summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-02-08 18:10:51 -0500
committerMike Frysinger <vapier@gentoo.org>2021-02-08 18:10:51 -0500
commitc75db8d0825ff816cb05e9e46b7017b03a6b100d (patch)
tree3b60b6a54c0e8eee532457e358ff81929a970888 /cmake
parente1f02d2833a7de496e4c148206f421cd664f0d56 (diff)
downloadlibgd-c75db8d0825ff816cb05e9e46b7017b03a6b100d.tar.gz
scripts: clean up various shellcheck warnings
Should hopefully not break anything :).
Diffstat (limited to 'cmake')
-rwxr-xr-xcmake/distclean.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/distclean.sh b/cmake/distclean.sh
index 0124dd1..c47a6be 100755
--- a/cmake/distclean.sh
+++ b/cmake/distclean.sh
@@ -12,7 +12,7 @@ Clean all the cmake generated output files.
Options:
--automake Do not clean files autotools also creates
EOF
- exit ${1:-0}
+ exit "${1:-0}"
}
AUTOMAKE="false"