Petr:
On 10/24/12 01:00 PM, Petr Sumbera wrote:
we are actually removing this peace of code. If you look at new version
of the patch it should be the same as from community...
Okay I see now. I confused myself by looking at Cdiffs instead of
Udiffs.
+1
Brian
Dne 24.10.12 19:34, Brian Cameron napsal(a):
Petr:
I notice that our internal patch is a bit different than the upstream
patch. Our patch seems to include this additional hunk:
! -PATH=$bindir:$PATH
! +PATH=/usr/xpg4/bin:$bindir:$PATH
-grep='${GREP-grep}'
! +case "$1" in
! + -F) grep='${FGREP-fgrep}'; shift;;
! + -E) grep='${EGREP-egrep}'; shift;;
! + *) grep='${GREP-grep}';;
! +esac
Can you explain this difference? I do not find this obvious. Why do
we modify the PATH and how -E and -F works for a bug about the -e
option?
Brian
On 10/24/12 09:27 AM, Petr Sumbera wrote:
Hi,
can somebody please review this?
7161330 gzgrep -e option no longer works
http://jurassic.us.oracle.com/net/sfwcfi/builds/ps156622/userland-gzip/webrev/
Upstream commit:
http://git.savannah.gnu.org/cgit/gzip.git/commit/?id=60b3f4eb672a85de28ecaad47ed426f8c8fe6c32
Thanks,
Petr
_______________________________________________
userland-discuss mailing list
userland-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/userland-discuss
_______________________________________________
userland-discuss mailing list
userland-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/userland-discuss