Showing 1 changed files with 1 additions and 1 deletions
+1 -1
readconf
... ...
@@ -1,4 +1,4 @@
1
-#!/usr/bin/awk -f
1
+#!/usr/bin/gawk -f
2 2
 
3 3
 function evaluate (str) {
4 4
     for (j = 1; j <= length(str); j++) {