From 1cca9e4b72b106374f203890b266f18609deefe3 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 22 Nov 2019 02:14:25 +0530 Subject: shellcheck fixes --- misc/test/mktest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/test') diff --git a/misc/test/mktest.sh b/misc/test/mktest.sh index 2d1decf..aa5a921 100755 --- a/misc/test/mktest.sh +++ b/misc/test/mktest.sh @@ -7,7 +7,7 @@ test -e outdir && { exit 1 } -mkdir -p outdir && cd outdir +mkdir -p outdir && cd outdir || exit 1 echo 'It works!' > normal.txt echo 'Με δουλέβει;' > 'κοινό.txt' -- cgit v1.2.3-70-g09d2