aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-07 07:28:36 +0000
committerrsc <devnull@localhost>2005-01-07 07:28:36 +0000
commit190857f93ec5743f7c3209ac8544440b3cedfcee (patch)
treeba2af31e3aaff3bc10dad3f1b52de45a488c4702 /bin
parentc71af67adc9946fe2a560259f5e79174dfa07e8d (diff)
downloadplan9port-190857f93ec5743f7c3209ac8544440b3cedfcee.tar.gz
plan9port-190857f93ec5743f7c3209ac8544440b3cedfcee.tar.bz2
plan9port-190857f93ec5743f7c3209ac8544440b3cedfcee.zip
accomodate sun nm format
Diffstat (limited to 'bin')
-rwxr-xr-xbin/9l4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/9l b/bin/9l
index c86ac5af..52fed0e9 100755
--- a/bin/9l
+++ b/bin/9l
@@ -21,7 +21,7 @@ then
for i
do
case "$i" in
- [^-]*.o)
+ *.o)
ofiles="$ofiles $i"
;;
esac
@@ -34,7 +34,7 @@ then
a=`
nm $ofiles |
grep '__p9l_autolib_[a-zA-Z0-9+-]*$' |
- sed 's/.* __p9l_autolib_//' |
+ sed 's/.*__p9l_autolib_//' |
sort -u
`
for i in $a