From 146b6167c0fea3bf345ecee284bdd766c3447279 Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Sat, 30 Sep 2017 12:43:27 +0300 Subject: Revert commited `make build` changes in src/bin --- src/bin/luarocks | 3 +-- src/bin/luarocks-admin | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'src') 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 @@ -#!/Programs/Lua/5.3.3/bin/lua-5.3 -package.path = [[/Users/hisham/projects/luarocks/src/?.lua;]]..package.path +#!/usr/bin/env lua -- this should be loaded first. local 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 @@ -#!/Programs/Lua/5.3.3/bin/lua-5.3 -package.path = [[/Users/hisham/projects/luarocks/src/?.lua;]]..package.path +#!/usr/bin/env lua -- this should be loaded first. local cfg = require("luarocks.core.cfg") -- cgit v1.2.3-55-g6feb