filter = function(dest) if string.match( dest, "test.sh" ) then return dest, "0755" end return dest end test.sh was always 0644 instead of 0755. Attached is a patch which fixes this problem but I'm not sure if it's the way meant to be.
Created attachment 1849 [details] permission_problem.patch
Fixed in hg changeset 585:ffec4110261a, thanks! --ryan.
This bug report has migrated to our GitHub issue tracker: https://github.com/icculus/mojosetup/issues/19
Created attachment 1849 [details] permission_problem.patch