projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afe12c4
)
luci-0.9: merge r5762
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 8 Mar 2010 18:57:00 +0000
(18:57 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 8 Mar 2010 18:57:00 +0000
(18:57 +0000)
libs/sys/luasrc/sys.lua
patch
|
blob
|
history
diff --git
a/libs/sys/luasrc/sys.lua
b/libs/sys/luasrc/sys.lua
index 724c8fc4b8894371de1ae1566ec008de4ada1b0f..2fc8d03dbe5d81482b47ecb173ff8b7b4feff86f 100644
(file)
--- a/
libs/sys/luasrc/sys.lua
+++ b/
libs/sys/luasrc/sys.lua
@@
-734,7
+734,7
@@
end
-- @return Numeric index value
function init.index(name)
if fs.access(init.dir..name) then
- return call("source "..init.dir..name.."; exit $START")
+ return call("source "..init.dir..name.."
enabled
; exit $START")
end
end