[csw-devel] SF.net SVN: gar:[21567] csw/mgar/pkg/git/trunk

Peter FELECAN pfelecan at opencsw.org
Sun Jul 28 20:22:55 CEST 2013


bdwalton at users.sourceforge.net writes:

> - test_expect_success '--stdin' '
> - 	expect_from_stdin <expected-default &&
> -@@ -611,7 +611,7 @@ sed -e 's/^"//' -e 's/\\//' -e 's/"$//' stdin | \
> - sed -e 's/^"//' -e 's/\\//' -e 's/"$//' expected-default | \
> - 	tr "\n" "\0" >expected-default0
> - sed -e 's/	"/	/' -e 's/\\//' -e 's/"$//' expected-verbose | \
> --	tr ":\t\n" "\0" >expected-verbose0
> -+	perl -pne 's/[:\t\n]/\0/g' >expected-verbose0
> - 
> - test_expect_success '--stdin from subdirectory' '
> - 	expect_from_stdin <expected-default &&

It wouldn't be simpler to say gtr instead of tr or even more, without a
patch, adding to the recipe:

    PATH:=:/opt/csw/gnu:$(PATH)

after

    include gar/category.mk

and adding a build dependency on CSWgnulinks and the package containing gtr?

-- 
Peter


More information about the devel mailing list