X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=log-once;h=179dacfd8c670eea5035a2c6255d7a9e60a727c5;hb=457661424027a87b9ea600cfeb218574e95470d4;hp=56961f92f7bcae812e4ebd75daf0bc5e83623916;hpb=944ba8a96250f295335739530fa83d4b08dde585;p=log-quiet diff --git a/log-once b/log-once index 56961f9..179dacf 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 @@ -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 @@ -88,7 +88,7 @@ state in the same directory. $out $file <<<"${output[@]}" $out $file fi - return 1 + return 0 fi if [[ $file ]]; then rm -f $file