summaryrefslogtreecommitdiff
path: root/Master/texmf/scripts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-01-12 00:28:58 +0000
committerKarl Berry <karl@freefriends.org>2009-01-12 00:28:58 +0000
commita6885a5fcd1ea09812c5464ae6e6f2b28f4dd1db (patch)
tree9bab4cafb128a9ed52444395f9ec7dc9a007ffea /Master/texmf/scripts
parent10b55836d591e611ad22737371ee0fb750e02e38 (diff)
(action_install): die msg tweak.
git-svn-id: svn://tug.org/texlive/trunk@11846 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/scripts')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr2.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr2.pl b/Master/texmf/scripts/texlive/tlmgr2.pl
index ff1d320592d..124c3d05b51 100755
--- a/Master/texmf/scripts/texlive/tlmgr2.pl
+++ b/Master/texmf/scripts/texlive/tlmgr2.pl
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
# $Id$
#
-# Copyright 2008 Norbert Preining
+# Copyright 2008, 2009 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
#
@@ -1792,7 +1792,7 @@ sub action_install {
# return here and don't do any updates
return;
} else {
- die "not continuing, please see warning above!";
+ die "tlmgr: Not continuing, please see warning above!\n";
}
}
}