From c75db8d0825ff816cb05e9e46b7017b03a6b100d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 8 Feb 2021 18:10:51 -0500 Subject: scripts: clean up various shellcheck warnings Should hopefully not break anything :). --- cmake/distclean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/distclean.sh') 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" -- cgit v1.2.1