Use /usr/bin/env lua instead of /usr/bin/lua in development environment startscript
authorSteven Barth <steven@midlink.org>
Thu, 4 Sep 2008 20:13:17 +0000 (20:13 +0000)
committerSteven Barth <steven@midlink.org>
Thu, 4 Sep 2008 20:13:17 +0000 (20:13 +0000)
libs/httpd/host/runluci

index 3c7ab07..65c6b6c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/lua
+#!/usr/bin/env lua
 require("luci.httpd")
 require("luci.httpd.server")
 require("luci.httpd.handler.file")
 require("luci.httpd")
 require("luci.httpd.server")
 require("luci.httpd.handler.file")