From be317c8ded43547346ac541b95c67ac0f14d39b8 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Sun, 21 Jan 2018 20:39:16 -0500 Subject: [PATCH] fix syntax error --- log-once | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log-once b/log-once index 233bc0f..9b5da38 100755 --- a/log-once +++ b/log-once @@ -40,7 +40,7 @@ state in the same directory. echo "$help" return elif [[ $1 == -[0-9]* ]]; then - errors={$1#-} + errors=${1#-} shift elif [[ $1 == -- ]]; then shift -- 2.30.2