summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-07-04 09:24:37 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-07-04 09:24:37 +0000
commitf5f627d2e1488c55c81ca607dd35c71bd4c0060e (patch)
treeb51ed4f2a15ae39d75e29bd37e04c2c511a4bf89 /Master/tlpkg/bin
parent06227e73bf6462b8888baf8c3b5e84c7ef97002c (diff)
trying to understand the @filenames mistery
git-svn-id: svn://tug.org/texlive/trunk@9216 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds2
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";
}