From 6b2f87f893aebb79ff1223fd7133255a4fe05884 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 22 Mar 2009 16:55:05 +0000 Subject: doc fixes git-svn-id: svn://tug.org/texlive/trunk@12485 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/ctan2tl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master/tlpkg/bin/ctan2tl') 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. -- cgit v1.2.3