Closed SDLBugzilla closed 2 years ago
These attachments are available in the static archive:
Reported in version: unspecified Reported for operating system, platform: Linux, PC
On 2008-08-30 05:57:45 -0400, wrote:
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.
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.
On 2008-08-30 05:58:24 -0400, wrote:
Created attachment 1849 permission_problem.patch
On 2008-09-07 16:41:57 -0400, Ryan C. Gordon wrote:
Fixed in hg changeset 585:ffec4110261a, thanks! --ryan.
Fixed in hg changeset 585:ffec4110261a, thanks!
--ryan.
This bug report was migrated from our old Bugzilla tracker.
These attachments are available in the static archive:
Reported in version: unspecified Reported for operating system, platform: Linux, PC
Comments on the original bug report:
On 2008-08-30 05:57:45 -0400, wrote:
On 2008-08-30 05:58:24 -0400, wrote:
On 2008-09-07 16:41:57 -0400, Ryan C. Gordon wrote: