From a47f54bb139aa3b932d807e89a0691dfdfaa9723 Mon Sep 17 00:00:00 2001 From: Hisham Date: Sat, 15 Oct 2016 10:16:01 -0700 Subject: Oops, my dev environment leaked in a commit, sorry. --- src/bin/luarocks | 3 +-- src/bin/luarocks-admin | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/bin/luarocks b/src/bin/luarocks index 633f9f43..21f17da9 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks @@ -1,5 +1,4 @@ -#!/Programs/Lua/5.3.0/bin/lua -package.path = [[/Users/hisham/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 587afcab..660c0a70 100755 --- a/src/bin/luarocks-admin +++ b/src/bin/luarocks-admin @@ -1,5 +1,4 @@ -#!/Programs/Lua/5.3.0/bin/lua -package.path = [[/Users/hisham/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