summaryrefslogtreecommitdiff
path: root/metaconfig.SH
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-01-02 18:01:49 +0100
committerNicholas Clark <nick@ccl4.org>2011-01-02 19:40:52 +0100
commitb66ea8c2ebe539e437c5c1ffe49a40f65c51456c (patch)
tree0d6d4e65744e1cfbe53682236a287d72a1c80761 /metaconfig.SH
parent77e04e43df420ab1cda8b22b5a52b28a8fd8a2db (diff)
downloadperl-b66ea8c2ebe539e437c5c1ffe49a40f65c51456c.tar.gz
1; is not a valid no-op for /bin/sh, but true is.
b99c822f5c5b52c3 was not actually correct in identify the cause of the errors. (although still a valid change to make for the sake of consistency)
Diffstat (limited to 'metaconfig.SH')
-rwxr-xr-xmetaconfig.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/metaconfig.SH b/metaconfig.SH
index ce636d3129..9043d89e93 100755
--- a/metaconfig.SH
+++ b/metaconfig.SH
@@ -29,4 +29,4 @@
# H.Merijn Brand [21 Dec 2010]
# cbeaa1895 removed the reference to $perlpath
-1;
+true # eof - does nothing.