summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-03-22 16:55:05 +0000
committerKarl Berry <karl@freefriends.org>2009-03-22 16:55:05 +0000
commit6b2f87f893aebb79ff1223fd7133255a4fe05884 (patch)
treed391bb566a302ca2bafee1f4f9a2042f46259c3a /Master/tlpkg
parenteee9fbd38e396b9721958a3e8bc33b3d4410f099 (diff)
doc fixes
git-svn-id: svn://tug.org/texlive/trunk@12485 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tl4
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rwxr-xr-xMaster/tlpkg/bin/tlpkginfo1
3 files changed, 3 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/ctan2tl b/Master/tlpkg/bin/ctan2tl
index c5ccd3046e1..ce2eb1ee5f9 100755
--- a/Master/tlpkg/bin/ctan2tl
+++ b/Master/tlpkg/bin/ctan2tl
@@ -97,9 +97,9 @@ else
cp -pr $ctan_dir/. $pkg
fi
-# clean up the tmpdir possibly created by 'tlpkginfo --prepare'
+# clean up the tmpdir possibly created by tlpkginfo --prepare.
ctan_root=`tlpkginfo --ctan-root`
-if ! echo "$ctan_dir" | egrep "^$ctan_root" >/dev/null; then
+if echo "$ctan_dir" | egrep "^$ctan_root" >/dev/null; then :; else
rm -rf $ctan_dir
fi
fi # end of copying from CTAN.
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index a5b15865cf1..9d1886c0a64 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -373,7 +373,7 @@ sub do_tlp
}
}
- # xx check ctan dir for new files
+ # xx check ctan dir for new files somehow?
if (@compared == 0) {
warn "\n$tlpn: no files to compare in $ctan_dir, fixme!\n";
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo
index 6474be4838d..faeabdc3838 100755
--- a/Master/tlpkg/bin/tlpkginfo
+++ b/Master/tlpkg/bin/tlpkginfo
@@ -308,4 +308,3 @@ sub copy_to_tmpdir
return $pkgdir;
}
-