diff options
-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) = @_; |