Make escript shebang portable

This commit is contained in:
Haitao Li
2011-08-30 22:57:57 +08:00
parent 3dc29e79b4
commit 663d2f0893

2
geef
View File

@@ -1,4 +1,4 @@
#!/usr/local/Cellar/erlang/R14B/bin/escript #!/usr/bin/env escript
%% -*- erlang -*- %% -*- erlang -*-
%%! debug verbose -noshell -pa ebin %%! debug verbose -noshell -pa ebin