diff options
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 |