minor cleanups

This commit is contained in:
Kyryl Melekhin
2021-08-03 20:03:08 +00:00
parent 284160a790
commit afe0b781d0
2 changed files with 14 additions and 16 deletions

View File

@@ -275,7 +275,6 @@ expect="\
(0,0)
"
gcc pike.c -pedantic -Wall -Wfatal-errors -std=c99
c=1
echo "$regex" | tr '\n' | while read re; do
inp=$(echo "$input" | awk -v c=$c 'BEGIN{ RS = "" ; FS = "\n" }{print $c}')
@@ -294,3 +293,4 @@ echo "$regex" | tr '\n' | while read re; do
c=$((c+1))
done
gcc pike.c -pedantic -Wall -Wfatal-errors -std=c99