summaryrefslogtreecommitdiff
path: root/make_patchnum.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-01-24 17:10:08 +0000
committerNicholas Clark <nick@ccl4.org>2009-01-24 17:10:08 +0000
commit16ad9bfac1f54be805ef4a486e9f58be56a4dcc1 (patch)
tree45674a50b6d5c376789d3923fb044618661961c6 /make_patchnum.pl
parent6ef6dcadfcaedc67da16606d65837aaaaf396221 (diff)
downloadperl-16ad9bfac1f54be805ef4a486e9f58be56a4dcc1.tar.gz
The exit code of make_patchnum.pl is no longer used, so make it return 0.
Remove special-casing from all the makefiles that coped with it returning non-0.
Diffstat (limited to 'make_patchnum.pl')
-rw-r--r--make_patchnum.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_patchnum.pl b/make_patchnum.pl
index 64a47e874a..2bacd4bcad 100644
--- a/make_patchnum.pl
+++ b/make_patchnum.pl
@@ -150,7 +150,7 @@ git_unpushed='$unpushed_commit_list'";
}
# we extract the filename out of the warning header, so dont mess with that
-exit(write_files(<<"EOF_HEADER", <<"EOF_CONFIG"));
+write_files(<<"EOF_HEADER", <<"EOF_CONFIG");
/**************************************************************************
* WARNING: 'git_version.h' is automatically generated by make_patchnum.pl
* DO NOT EDIT DIRECTLY - edit make_patchnum.pl instead