home
/
code
/
cellular-automata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9eb542
)
Pointing directly at `awk`, rather than via `env`.
author
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 27 Aug 2012 15:00:50 +0000
(11:00 -0400)
committer
Siraaj 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
patch
|
blob
|
blame
|
history
diff --git
a/004/life.awk
b/004/life.awk
index
469229a
..
73cad1d
100755
(executable)
--- a/
004/life.awk
+++ b/
004/life.awk
@@
-1,4
+1,4
@@
-#! /usr/bin/
env
awk -f
+#! /usr/bin/awk -f
function CHAR_BORDER() {return "-"}
This page took
0.029128 seconds
and
4
git commands to generate.