fixed wrapper a bit
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/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="gawk -P"
|
||||||
#AWKENGINE="busybox awk"
|
#AWKENGINE="busybox awk"
|
||||||
ESC=$'\x1b'
|
ESC=$'\x1b'
|
||||||
|
|||||||
Reference in New Issue
Block a user