From 803e0e65cf63fdc95c7ad4a519a5db31d27f94d4 Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Wed, 25 Aug 2021 12:45:42 +0000 Subject: Fix script issues identified through shellcheck (#258) * Fix spelling * Fix shellcheck-identified warnings in shell scripts --- test/appveyor-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/appveyor-build.sh') 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 -- cgit v1.2.3