summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
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)",