ap: add #! in front of lua path

This commit is contained in:
Natanael Copa 2013-08-01 06:41:09 +00:00
parent 7472b59bb4
commit ed89c1760d
1 changed files with 1 additions and 1 deletions

2
ap.in
View File

@ -1,4 +1,4 @@
@LUA_SHEBANG@
#!@LUA_SHEBANG@
aports = require("aports")
lfs = require("lfs")