diff options
Diffstat (limited to 'bin/9l')
| -rwxr-xr-x | bin/9l | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -146,7 +146,7 @@ then grep '__p9l_autolib_[a-zA-Z0-9+-]*' | sed 's/.*__p9l_autolib_//; s/:.*//' | sort -u | - egrep -v '^(thread|draw)$' + $egrep -v '^(thread|draw)$' ` a="$a $b" done @@ -337,7 +337,7 @@ quiet() ignore=$ignore'|ld: warning: ignoring duplicate libraries:' sed 's/.*: In function `[^:]*: *//' "$1" | - egrep -v "$ignore" + $egrep -v "$ignore" } # Must use temp file to avoid pipe; pipe loses status. |