From 4cd003087fd71351a8c7ed1a96985e5e68d9b6c8 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Thu, 13 Apr 2017 03:00:03 -0700 Subject: [PATCH] small bug fix --- log-once | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log-once b/log-once index 56961f9..233bc0f 100755 --- a/log-once +++ b/log-once @@ -65,7 +65,7 @@ state in the same directory. done fi glob="$c[0-9]*" - file=($glob); [[ $glob != $file ]] || file= + file=($glob); [[ $file != "$glob" ]] || file= if $log; then out=append if [[ $file ]]; then -- 2.30.2