diff --git a/dale8a.sh b/dale8a.sh index f60a2bb..7fae9b5 100644 --- a/dale8a.sh +++ b/dale8a.sh @@ -1,5 +1,8 @@ #!/bin/sh -AWKENGINE="mawk -W posix" +# Use the default awk in your OS: +AWKENGINE=awk +# or uncomment one of these: +#AWKENGINE="mawk -W posix" #AWKENGINE="gawk -P" #AWKENGINE="busybox awk" ESC=$'\x1b'