Pointing directly at `awk`, rather than via `env`.
authorSiraaj Khandkar <siraaj@khandkar.net>
Mon, 27 Aug 2012 15:00:50 +0000 (11:00 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Mon, 27 Aug 2012 15:00:50 +0000 (11:00 -0400)
Though it worked fine on Mac OS X, for whatever reason, this technique breaks
down on Debian and the shell complains:
    /usr/bin/env: awk -f: No such file or directory

004/life.awk

index 469229a..73cad1d 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env awk -f
+#! /usr/bin/awk -f
 
 
 function CHAR_BORDER() {return "-"}
This page took 0.019123 seconds and 4 git commands to generate.