summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-09-21 23:34:25 +0000
committerKarl Berry <karl@freefriends.org>2007-09-21 23:34:25 +0000
commit85002683f8a9e5ae907281e3986dce5e3dcf88ee (patch)
tree58f36927068add112572cacfc7703b0b6701922c /Build
parent37008cfc0e58d958b8f4b477a78e6b44d47825a1 (diff)
more explicit output.
git-svn-id: svn://tug.org/texlive/trunk@4998 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/tools/ctan2tl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/tools/ctan2tl b/Build/tools/ctan2tl
index 4f5a7d8cc79..23a10b5ddd5 100755
--- a/Build/tools/ctan2tl
+++ b/Build/tools/ctan2tl
@@ -101,7 +101,7 @@ fi # end of copying from CTAN.
#
-printf "\n ctan2tds\n"
+printf "\n$0: calling ctan2tds\n"
rm -rf ../cooked/$pkg
test -d ../cooked || mkdir ../cooked
../ctan2tds.pl --ctan-dir=$ctan_dir1 $pkg || exit 1
@@ -111,7 +111,7 @@ printf "\n\f cooked\n"
find -depth -type d | xargs rmdir 2>/dev/null
find $pkg \! -type d -printf "%TY%Tm%Td.%TH%TM %p\n" | sort -r +1
-printf "\nplace $place_chicken\n"
+printf "\n$0: calling place $place_chicken\n"
rm -rf $pkg.done
../place $place_chicken $pkg
status=$?