diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-12-25 18:09:34 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-12-25 18:09:34 +0000 |
commit | c43f8047ea4f34c15b09bc0ea59a3e9398969800 (patch) | |
tree | 2169a2bab079a8110d2fbc4a6fa21b7923b693d4 | |
parent | b4f5fd26441ac6c873f9bc211971cde1715813a4 (diff) | |
download | ports-c43f8047ea4f34c15b09bc0ea59a3e9398969800.tar.gz ports-c43f8047ea4f34c15b09bc0ea59a3e9398969800.zip |
Notes
-rwxr-xr-x | Tools/portbuild/scripts/processonelog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/processonelog b/Tools/portbuild/scripts/processonelog index 8f2719512935..2ea66637de8f 100755 --- a/Tools/portbuild/scripts/processonelog +++ b/Tools/portbuild/scripts/processonelog @@ -275,7 +275,7 @@ elif bzgrep -q "shminit failed: Permission denied" $1; then # types of errors, and thus need to be evaluated after all the specific # cases. -elif bzgrep -qE '(gmake:.*Error [12]|tar: Error exit delayed from previous errors)' $1; then +elif bzgrep -q 'tar: Error exit delayed from previous errors' $1; then reason="install_error"; tag="install" elif bzgrep -q "Cannot stat: " $1; then reason="configure_error"; tag="configure" |