diff options
author | jschauma <jschauma@pkgsrc.org> | 2004-04-10 16:23:00 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2004-04-10 16:23:00 +0000 |
commit | f78237671addfa77544212b63680b107a7dd4d5d (patch) | |
tree | 1185d5d38d9f1868e08280a835bc5347884392a4 /lang/gcc3 | |
parent | 0b4b088a18469001f0ae9fc7f53ee45c4b5b3998 (diff) | |
download | pkgsrc-f78237671addfa77544212b63680b107a7dd4d5d.tar.gz |
According to egrep(1):
Portability note: unlike GNU grep, traditional grep did not con-
form to POSIX.2, because traditional grep lacked a -q option and
its -s option behaved like GNU grep's -q option. Shell scripts
intended to be portable to traditional grep should avoid both -q
and -s and should redirect output to /dev/null instead.
And, guess what, that's exactly what we run into when we call IRIX'
egrep(1) with '-q' (which it doesn't know). So let's follow this
suggestion and use neither '-q' nor '-s' and redirect output to
/dev/null instead.
Diffstat (limited to 'lang/gcc3')
0 files changed, 0 insertions, 0 deletions