Skip to content

Commit

Permalink
Porting/makerel Make EBCDIC files writable
Browse files Browse the repository at this point in the history
Some of them need to be changed after generation
  • Loading branch information
khwilliamson committed Dec 14, 2021
1 parent 9f5bbdb commit ecef3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Porting/makerel
Expand Up @@ -268,7 +268,7 @@ if ($opts{e}) {
}

print "Setting file permissions...\n";
system("find . -type f -print | xargs chmod 0444");
system("find . -type f -print | xargs chmod 0644");
system("find . -type d -print | xargs chmod 0755");

system("chmod +x @exe") == 0
Expand Down

0 comments on commit ecef3a6

Please sign in to comment.