From c9c8de525dc3a7c173bdc0d254bd8245373dbe6d Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 15 Sep 2018 15:02:48 -0600 Subject: [PATCH] rolling back k&r --- striptests | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/striptests b/striptests index 679068f..8fe3182 100755 --- a/striptests +++ b/striptests @@ -49,7 +49,8 @@ detestify() { ' } -if [[ ! -e 'ShellCheck.cabal' ]]; then +if [[ ! -e 'ShellCheck.cabal' ]] +then echo "Run me from the ShellCheck directory." >&2 exit 1 fi