We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e01bd0 commit 1fdec37Copy full SHA for 1fdec37
jawk
@@ -37,7 +37,7 @@ for arg do
37
else
38
if [ ! "$f" ]; then files="$arg"
39
else files=$(printf '%s\t%s' "$files" "$arg"); fi
40
- f=$((f+1));
+ f=$((f+1))
41
fi
42
continue
43
src/jawk.sh
@@ -40,7 +40,7 @@ for arg do
44
45
46
0 commit comments