diff options
author | Karl Berry <karl@freefriends.org> | 2008-08-15 17:06:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-08-15 17:06:23 +0000 |
commit | 238d0022b384eb57994068dfafd2aa31539ea6eb (patch) | |
tree | 4154c2162b2535aa558b0858c5df45e92fd29d9f /Master/tlpkg/bin/tl-update-tlnet | |
parent | 1392f1232e47622f6b285747478fb226fd997595 (diff) |
no space
git-svn-id: svn://tug.org/texlive/trunk@10362 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-tlnet')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlnet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet index f7feb1d8156..c04af282b93 100755 --- a/Master/tlpkg/bin/tl-update-tlnet +++ b/Master/tlpkg/bin/tl-update-tlnet @@ -126,8 +126,8 @@ unexpected_output=`cat install.log \ | grep -Ev '^ Most importantly, add ' \ | grep -Ev '^ to your PATH for current and future sessions' \ | grep -Ev '^ Welcome to TeX Live' \ - | grep -Ev '^ Logfile: ' \ | grep -Ev 'install-tl: done' \ + | grep -Ev '^Logfile: ' \ | cat` if test -z "$unexpected_output"; then |