diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-15 00:36:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-15 00:36:49 +0000 |
commit | ecbaa3a13d808b7db882290d1ffe9e3c45db774d (patch) | |
tree | 6e715947e1a6b473267c4a0bdff416daedb15983 /Master/tlpkg/TeXLive/TLUtils.pm | |
parent | bb28a8442daf32ba108dc4042e52eb382220c4cb (diff) |
use xsystem to die if svn commits fail
git-svn-id: svn://tug.org/texlive/trunk@15286 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 0fb03877d27..757a3fb44fd 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -416,7 +416,7 @@ sub xchdir =item C<xsystem(@args)> -Run C<system(@args)> and die if unsuccessfully. +Run C<system(@args)> and die if unsuccessful. =cut |