X-Git-Url: https://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/e0eee379d3bce3e3629175d4a214439da630c1ed..c2851601e2026f36593e985d302def59eba26c17:/scripts/gen-options.awk diff --git a/scripts/gen-options.awk b/scripts/gen-options.awk index 98b7c17..450f85c 100755 --- a/scripts/gen-options.awk +++ b/scripts/gen-options.awk @@ -181,7 +181,7 @@ $0 ~ /^-/ { # packed form is not possible w/ actions has_actions = 1; - n = split(work, a, /,[ \t]*/) + n = split(work, a, ",[ \t]*") if (n == 2) { flag = substr(a[1], 2) ", " substr(a[2], 1, length(a[2])-1) } else if (n == 1) {