tags:

views:

36

answers:

1
+1  A: 

My guess is that it is not awk that's the problem, but the program that tries to generate the awk script. Since it contains stuff like S["/; s/!.*"], my money is on sed.

Do you have (GNU) sed installed on the machine?

schot
YES!It was not GNU sed!
tauran