We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5070f47 commit 708ef24Copy full SHA for 708ef24
1 file changed
gen_dockerfiles
@@ -36,7 +36,7 @@ print_verbose()
36
if [ "$ae_verbose" -ge "$level" ]; then
37
# use stderr for printing within functions stdout of which might be used
38
echo -n "I: " >&2
39
- i=1; while [ $i -lt "$level" ]; do echo -ne " ">&2; i=$(($i+1)); done
+ i=1; while [ $i -lt "$level" ]; do echo -ne " ">&2; i=$((i+1)); done
40
echo -e "$*" >&2
41
fi
42
}
0 commit comments