update src

This commit is contained in:
joachimschmidt557 2020-01-19 22:49:42 +01:00
parent fa79e786c8
commit 36dd1affa1

2
src
View file

@ -89,7 +89,7 @@ preproc() {
fi fi
tmp="$srcfile.tmp" tmp="$srcfile.tmp"
awk '!($$0 ~ /^#/) { print }' "$srcfile" > "$tmp" sed 's/^#.*//; /^\s*$/d' < "$srcfile" > "$tmp"
} }
cleanup() { cleanup() {