mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@112730 d073be05-634f-4543-b044-5fe20cf6d1d6
12 lines
394 B
Diff
12 lines
394 B
Diff
--- luash.lua.orig 2013-10-30 09:02:38.000000000 +0100
|
|
+++ luash.lua 2013-10-30 09:02:58.000000000 +0100
|
|
@@ -58,7 +58,7 @@
|
|
if h ~= nil then
|
|
return h
|
|
end
|
|
- if os.execute("which " .. key .. " &> /dev/null") == 0 then
|
|
+ if os.execute("which " .. key .. " &> /dev/null") then
|
|
return function(...)
|
|
if #{...} == 0 then
|
|
return runner(key)
|