diff options
author | Karl Berry <karl@freefriends.org> | 2014-05-05 23:11:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-05-05 23:11:28 +0000 |
commit | a50a13dea1397268bb33c0f17fea0692833da170 (patch) | |
tree | c6b1c8130f2a4bf41c2c2ae409dc3ff6053c6881 /Master/install-tl | |
parent | af2c4ad6d1402a91ed33461fb19c06503038ed8b (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-x | Master/install-tl | 1 |
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)", |