mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 10:54:48 +08:00
1392793334
Fish is different from POSIX-based Unix shells such as bash, and a bracketed variable references like we use for the auto-detection echo command is not supported. The command will return with zero exit code but produce no output on stdout. There is a message on stderr, but we don't log it due to the zero exit code: fish: Variables cannot be bracketed. In fish, please use {$ShellId}. Fixes #6552 |
||
---|---|---|
.. | ||
sftp_internal_test.go | ||
sftp_test.go | ||
sftp_unsupported.go | ||
sftp.go | ||
stringlock_test.go | ||
stringlock.go |