diff options
author | Karl Berry <karl@freefriends.org> | 2008-03-09 23:59:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-03-09 23:59:11 +0000 |
commit | 74dd2ffc629a3c66bf076427f8de7ff0cd276dd0 (patch) | |
tree | 76dd7e3796f5ff13aac3214ba5cd4a3a02ce8471 /Master/tlpkg/bin/ctan2tl | |
parent | 94ece24f31bca66d41bab490eeb10e7f110ee3e5 (diff) |
euenc update (8mar08)
git-svn-id: svn://tug.org/texlive/trunk@6921 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/ctan2tl')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |