From 9a0d4b961e24cbdb300f65cbadd36a1bc7c5df50 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Thu, 11 May 2023 18:36:41 +0300 Subject: [PATCH] fixed wrapper a bit --- dale8a.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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'