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 3c7ab070d2fb785c45a78d39b22bb21640a60a60..65c6b6cf1c31f162667e878014fbbbf3d00d087d 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")