aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Melnichenko <mpeterval@gmail.com>2017-09-30 12:43:27 +0300
committerPeter Melnichenko <mpeterval@gmail.com>2017-09-30 12:43:27 +0300
commit146b6167c0fea3bf345ecee284bdd766c3447279 (patch)
tree6a83de010dd65ef551ac1dd77b5262b08852dac4 /src
parent9004541e93c057a4f72326d990c610441038d2e8 (diff)
downloadluarocks-146b6167c0fea3bf345ecee284bdd766c3447279.tar.gz
luarocks-146b6167c0fea3bf345ecee284bdd766c3447279.tar.bz2
luarocks-146b6167c0fea3bf345ecee284bdd766c3447279.zip
Revert commited `make build` changes in src/bin
Diffstat (limited to 'src')
-rwxr-xr-xsrc/bin/luarocks3
-rwxr-xr-xsrc/bin/luarocks-admin3
2 files changed, 2 insertions, 4 deletions
diff --git a/src/bin/luarocks b/src/bin/luarocks
index ee7edf19..88a1d1ca 100755
--- a/src/bin/luarocks
+++ b/src/bin/luarocks
@@ -1,5 +1,4 @@
1#!/Programs/Lua/5.3.3/bin/lua-5.3 1#!/usr/bin/env lua
2package.path = [[/Users/hisham/projects/luarocks/src/?.lua;]]..package.path
3 2
4-- this should be loaded first. 3-- this should be loaded first.
5local cfg = require("luarocks.core.cfg") 4local cfg = require("luarocks.core.cfg")
diff --git a/src/bin/luarocks-admin b/src/bin/luarocks-admin
index 7af77fc2..5db24640 100755
--- a/src/bin/luarocks-admin
+++ b/src/bin/luarocks-admin
@@ -1,5 +1,4 @@
1#!/Programs/Lua/5.3.3/bin/lua-5.3 1#!/usr/bin/env lua
2package.path = [[/Users/hisham/projects/luarocks/src/?.lua;]]..package.path
3 2
4-- this should be loaded first. 3-- this should be loaded first.
5local cfg = require("luarocks.core.cfg") 4local cfg = require("luarocks.core.cfg")