diff options
author | Karl Berry <karl@freefriends.org> | 2017-05-07 21:21:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-05-07 21:21:52 +0000 |
commit | 9d415badea95d5684da2dcd2ebbaffed8406f3c6 (patch) | |
tree | 2ce55e5f3ebee37d96ee63cb97b1c5f358aca7e5 /Master/tlpkg/libexec | |
parent | 330c975d98e85794aea5a07151b3456c86d37f76 (diff) |
context (May 7 00:36)
git-svn-id: svn://tug.org/texlive/trunk@44236 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index ca0c717aed8..ee3be08e0f7 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -3841,7 +3841,7 @@ sub runjob { print `cat $Jobid.log`; } close (TMP); - system ("$RM -f /tmp/$Jobid.log; mv $Jobid.log /tmp/"); # save last log + system ("$RM -f /tmp/$Jobid.log; mv $Jobid.log /tmp"); # save last log die "goodbye, exit status $status for $job\n" if $status != 0; |