aboutsummaryrefslogtreecommitdiff
path: root/bin/9l
diff options
context:
space:
mode:
Diffstat (limited to 'bin/9l')
-rwxr-xr-xbin/9l4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/9l b/bin/9l
index 2b1c5906..e3079e38 100755
--- a/bin/9l
+++ b/bin/9l
@@ -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.