From ed89c1760d76ea530bd792e51058b7d660729ff3 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 1 Aug 2013 06:41:09 +0000 Subject: [PATCH] ap: add #! in front of lua path --- ap.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ap.in b/ap.in index 8369d54..2152eca 100755 --- a/ap.in +++ b/ap.in @@ -1,4 +1,4 @@ -@LUA_SHEBANG@ +#!@LUA_SHEBANG@ aports = require("aports") lfs = require("lfs")