Commit 030d9bd8 authored by Vitaly Lipatov's avatar Vitaly Lipatov

tools_json: don't req gawk directly

parent a6115e90
......@@ -58,10 +58,11 @@ parse_options() {
done
}
# compatibility
awk_egrep () {
local pattern_string=$1
gawk '{
a='' gawk '{
while ($0) {
start=match($0, pattern);
token=substr($0, start, RLENGTH);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment