diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-23 12:42:57 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-23 12:42:57 +0000 |
commit | ec271d27286f0bcfe733041288931a2e6f66f14f (patch) | |
tree | c70414b0d31839a93f314085f3ac9ae61efe5617 /comms | |
parent | 04c95cd281bc4d2081c3b88a59d3e36e1333cc49 (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hamfax/files/patch-configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/hamfax/files/patch-configure b/comms/hamfax/files/patch-configure index 46618fdb3593..783caecd6c22 100644 --- a/comms/hamfax/files/patch-configure +++ b/comms/hamfax/files/patch-configure @@ -5,7 +5,7 @@ echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } - bnv_err_4=`grep -v '^ *+' bnv_qt_test_4.out` -+ bnv_err_4=`grep -v '^ *+' bnv_qt_test_4.out | grep -v warning:` ++ bnv_err_4=`grep -v '^ *+' bnv_qt_test_4.out | grep -vi warning:` if test x"$bnv_err_4" != x; then echo "$bnv_err_4" >&5 else |