diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-07-04 09:24:37 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-07-04 09:24:37 +0000 |
commit | f5f627d2e1488c55c81ca607dd35c71bd4c0060e (patch) | |
tree | b51ed4f2a15ae39d75e29bd37e04c2c511a4bf89 | |
parent | 06227e73bf6462b8888baf8c3b5e84c7ef97002c (diff) |
trying to understand the @filenames mistery
git-svn-id: svn://tug.org/texlive/trunk@9216 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index fb465d37e83..a2bc449873d 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -1733,7 +1733,9 @@ sub runjob { $Jobid="_$$"; &SYSTEM("$job 2> $Jobid.log"); open(TMP,"$Jobid.log") || die("Failed to open $Jobid.log") ; + print "Now (runjob1), filenames is: ", join(", ", @filenames), ".\n"; print ">> $_" while (<TMP>); + print "Now (runjob2), filenames is: ", join(", ", @filenames), ".\n"; close(TMP); unlink "$Jobid.log"; } |