Skip to content

Commit

Permalink
layerman: don't use env to find awk
Browse files Browse the repository at this point in the history
linux and osx treat it differently :(

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
  • Loading branch information
koenkooi committed May 5, 2011
1 parent 58b4a7f commit e5a3790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/layers.awk
@@ -1,4 +1,4 @@
#!/usr/bin/env awk -f
#!/usr/bin/awk -f

BEGIN {
FS =",";
Expand Down

0 comments on commit e5a3790

Please sign in to comment.