diff options
author | Norbert Preining <preining@logic.at> | 2008-12-25 23:53:59 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-12-25 23:53:59 +0000 |
commit | 3d08fd045e268b8a1ff337033bf08f323af973b6 (patch) | |
tree | a8532c417b1584f0b61b0cacdc7bd50b40a2b6de /Master/tlpkg/TeXLive | |
parent | d90a3a7b477d786772b04f589b2742f7abcd5333 (diff) |
fix missing =cut so that xsystem is defined now ...
git-svn-id: svn://tug.org/texlive/trunk@11721 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 1ba7e73b232..5c92e0286ed 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -110,6 +110,7 @@ BEGIN { &welcome_paths &give_ctan_mirror &tlmd5 + &xsystem ); @EXPORT = qw(setup_programs download_file process_logging_options tlwarn info log debug ddebug dddebug debug_hash @@ -441,6 +442,8 @@ sub xchdir Run C<system(@args)> and die if unsuccessfully. +=cut + sub xsystem { my (@args) = @_; |