summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-05-05 23:11:28 +0000
committerKarl Berry <karl@freefriends.org>2014-05-05 23:11:28 +0000
commita50a13dea1397268bb33c0f17fea0692833da170 (patch)
treec6b1c8130f2a4bf41c2c2ae409dc3ff6053c6881 /Master/install-tl
parentaf2c4ad6d1402a91ed33461fb19c06503038ed8b (diff)
abort if pod2usage fails, instead of trying to
continue with the installation. git-svn-id: svn://tug.org/texlive/trunk@33867 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 12588d2f347..18fdff4b160 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -241,6 +241,7 @@ if (win32()) {
} else {
pod2usage(-exitstatus => 0, -verbose => 2, -file => $0) if $opt_help;
}
+exit(1) if $opt_help; # if pod2usage failed, don't keep going.
if ($opt_version) {
print "install-tl (TeX Live Cross Platform Installer)",