aboutsummaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorhisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c>2009-10-11 06:19:26 +0000
committerhisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c>2009-10-11 06:19:26 +0000
commit3e46fbfefd841015a1673e91cf81bf76236c1cf8 (patch)
tree19d674dbd3ed92a0a053eabd0bc5682ee3d4566e /src/bin
parent3cf8153e83fbd20e8de80c70049f1252b5286054 (diff)
downloadluarocks-3e46fbfefd841015a1673e91cf81bf76236c1cf8.tar.gz
luarocks-3e46fbfefd841015a1673e91cf81bf76236c1cf8.tar.bz2
luarocks-3e46fbfefd841015a1673e91cf81bf76236c1cf8.zip
cleanup hash-bang
git-svn-id: http://luarocks.org/svn/luarocks/trunk@88 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
Diffstat (limited to 'src/bin')
-rwxr-xr-xsrc/bin/luarocks2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/luarocks b/src/bin/luarocks
index 80b53dee..2f392397 100755
--- a/src/bin/luarocks
+++ b/src/bin/luarocks
@@ -1,4 +1,4 @@
1#!/usr/bin/lua 1#!/usr/bin/env lua
2 2
3local command_line = require("luarocks.command_line") 3local command_line = require("luarocks.command_line")
4 4