aboutsummaryrefslogtreecommitdiffstats
path: root/makerelease
diff options
context:
space:
mode:
Diffstat (limited to 'makerelease')
-rwxr-xr-xmakerelease2
1 files changed, 1 insertions, 1 deletions
diff --git a/makerelease b/makerelease
index 746a3ec5..939dfd8d 100755
--- a/makerelease
+++ b/makerelease
@@ -73,7 +73,7 @@ if (system("make rpm $null && chown esr *.rpm")) {
}
# Clean up permissions so next build won't foo up.
-system("chown esr config.log stamp-h po/Makefile")
+system("chown esr config.log stamp-h po/Makefile");
open(REPORT, ">PREAMBLE.$$");