aboutsummaryrefslogtreecommitdiff
path: root/test/appveyor-build.sh
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-08-25 12:45:42 +0000
committerGitHub <noreply@github.com>2021-08-25 14:45:42 +0200
commit803e0e65cf63fdc95c7ad4a519a5db31d27f94d4 (patch)
tree1c5358df9b4911af37370656b7a2def65c832e18 /test/appveyor-build.sh
parent9700b353700589dcc462205c638bcb40219a49c2 (diff)
downloadsshfs-803e0e65cf63fdc95c7ad4a519a5db31d27f94d4.tar
sshfs-803e0e65cf63fdc95c7ad4a519a5db31d27f94d4.tar.gz
sshfs-803e0e65cf63fdc95c7ad4a519a5db31d27f94d4.tar.bz2
sshfs-803e0e65cf63fdc95c7ad4a519a5db31d27f94d4.zip
Fix script issues identified through shellcheck (#258)
* Fix spelling * Fix shellcheck-identified warnings in shell scripts
Diffstat (limited to 'test/appveyor-build.sh')
-rwxr-xr-xtest/appveyor-build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/appveyor-build.sh b/test/appveyor-build.sh
index 31be8bb..dcf7800 100755
--- a/test/appveyor-build.sh
+++ b/test/appveyor-build.sh
@@ -1,7 +1,7 @@
#!/bin/bash
machine=$(uname -m)
-mkdir build-$machine
-cd build-$machine
+mkdir "build-$machine"
+cd "build-$machine"
meson ..
ninja