aboutsummaryrefslogtreecommitdiffstats
path: root/makerelease
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2003-01-14 13:23:08 +0000
committerEric S. Raymond <esr@thyrsus.com>2003-01-14 13:23:08 +0000
commit38b02c836b44ae694c62b91a93fec9d5d7168281 (patch)
tree47a4808492314bb04634218db08d60df84227e96 /makerelease
parent9692a3a661a6d402b0474aa736a0a1e7ce8db673 (diff)
downloadfetchmail-38b02c836b44ae694c62b91a93fec9d5d7168281.tar.gz
fetchmail-38b02c836b44ae694c62b91a93fec9d5d7168281.tar.bz2
fetchmail-38b02c836b44ae694c62b91a93fec9d5d7168281.zip
Oops.
svn path=/trunk/; revision=3784
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.$$");