Bug 3763 - filter function - permission problem
Status: RESOLVED FIXED
Alias: None
Product: MojoSetup
Classification: Unclassified
Component: Everything
Version: unspecified
Hardware: PC Linux
: P3 normal
Assignee: Ryan C. Gordon
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2008-08-30 05:57 EDT by kratz00
Modified: 2022-05-20 13:58:20 EDT
0 users

See Also:


Attachments
permission_problem.patch (1.22 KB, patch)
2008-08-30 05:58 EDT, kratz00

Description kratz00 2008-08-30 05:57:45 EDT
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.
Comment 1 kratz00 2008-08-30 05:58:24 EDT
Created attachment 1849 [details]
permission_problem.patch
Comment 2 Ryan C. Gordon 2008-09-07 16:41:57 EDT
Fixed in hg changeset 585:ffec4110261a, thanks!

--ryan.


Comment 3 Ryan C. Gordon 2022-05-20 13:58:20 EDT
This bug report has migrated to our GitHub issue tracker:

https://github.com/icculus/mojosetup/issues/19