summaryrefslogtreecommitdiff
path: root/Porting/makerel
diff options
context:
space:
mode:
Diffstat (limited to 'Porting/makerel')
-rwxr-xr-xPorting/makerel2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/makerel b/Porting/makerel
index 4d31c70750..2f845487a0 100755
--- a/Porting/makerel
+++ b/Porting/makerel
@@ -161,7 +161,7 @@ my @writables = qw(
utils/Makefile
uconfig.h
);
-system("chmod +w @writables") == 0
+system("chmod u+w @writables") == 0
or die "system: $!";
chdir ".." or die $!;