From 74dd2ffc629a3c66bf076427f8de7ff0cd276dd0 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 9 Mar 2008 23:59:11 +0000 Subject: euenc update (8mar08) git-svn-id: svn://tug.org/texlive/trunk@6921 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/ctan2tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg/bin/ctan2tl') diff --git a/Master/tlpkg/bin/ctan2tl b/Master/tlpkg/bin/ctan2tl index 6f37ceb1038..83e49e833aa 100755 --- a/Master/tlpkg/bin/ctan2tl +++ b/Master/tlpkg/bin/ctan2tl @@ -59,7 +59,7 @@ fi echo "$0: ctan dir for $pkg" echo "$0: is $ctan_dir1" -if grep " $pkg " $mydir/tlpkg-ctan-check >/dev/null; then :; else +if egrep " $pkg"'( |$)' $mydir/tlpkg-ctan-check >/dev/null; then :; else echo echo "$0: $pkg not in $mydir/tlpkg-ctan-check, add?" fi -- cgit v1.2.3