We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668ad6b commit 2f4cf4eCopy full SHA for 2f4cf4e
1 file changed
internal/remote/firecrest/session_script.sh
@@ -44,7 +44,7 @@ function install_rclone() {
44
version="$("${rclone_bin}" version || echo "bad executable")"
45
version="$(echo "${version}" | head -n 1)"
46
expected="rclone v${rclone_version}"
47
- if [ "x${version}" = "x${expected}" ]; then
+ if [ "${version}" = "${expected}" ]; then
48
echo "${rclone_bin}"
49
return 0
50
else
0 commit comments