Kaydet (Commit) c7d1daac authored tarafından Michael Stahl's avatar Michael Stahl

sigh... apparently 6215da2d missed a )

Change-Id: I3cfe61034b02d050c3b825ed83e68740760af8ae
üst b1d39003
dictionaries @ 404c7ad8
Subproject commit afc12cc53bf96f765b4513868d3b7530c66711f1
Subproject commit 404c7ad8ccb9e71e8a7f575d638e4522b2a16657
helpcontent2 @ df872eb0
Subproject commit 05bd6789ba844772f9757fa1196175e9591ccd74
Subproject commit df872eb038151f90ee6a128f33acbbd96c000a70
......@@ -364,7 +364,7 @@ sub resolving_archive_flag
if (( $use_internal_rights ) && ( ! $installer::globals::iswin ))
{
$newfile{'UnixRights'} = sprintf("%o", ($zip->memberNamed($zipname)->unixFileAttributes() & 07777);
$newfile{'UnixRights'} = sprintf("%o", ($zip->memberNamed($zipname)->unixFileAttributes() & 07777));
$infoline = "Setting unix rights for \"$newfile{'sourcepath'}\" to \"$newfile{'UnixRights'}\"\n";
push( @installer::globals::logfileinfo, $infoline);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment