|
From: | Michael Elizabeth Chastain |
Subject: | Re: 'make check' test 6 fail, native hppa2.0w-hp-hpux11.00, autoconf 2.50 and autoconf 2.50b |
Date: | Fri, 6 Jul 2001 05:10:43 -0700 |
> Err, what are those `^H' in there? Are you sure everything went OK? Crap, I don't know what those are. They look like some kind of line-wrap artifact. Whatever they are, my data is not trustworthy. I will make my xterms wider and repeat the test. address@hidden chastain]$ echo 'FORBIDDEN' | /bin/awk '/^FORBIDDEN$|_AC_/ { print "MATCH: " $0 }' MATCH: FORBIDDEN address@hidden chastain]$ echo '^FORBIDDEN' | /bin/awk '/^FORBIDDEN$|_AC_/ { print "MATCH: " $0 }' address@hidden chastain]$ echo 'FORBIDDEN$' | /bin/awk '/^FORBIDDEN$|_AC_/ { print "MATCH: " $0 }' address@hidden chastain]$ echo '^FORBIDDEN$' | /bin/awk '/^FORBIDDEN$|_AC_/ { print "MATCH: " $0 }' MichaelC
[Prev in Thread] | Current Thread | [Next in Thread] |