diff options
author | rsc <devnull@localhost> | 2005-01-11 20:58:13 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-11 20:58:13 +0000 |
commit | 2b85f70db0d42f72fc532de906494fa173efa834 (patch) | |
tree | 4ddfef07401aaf3d0d121182ee450422e61a1243 /bin/src | |
parent | c70667367f0d720fd6ddc62041ba5fcf10dc7f4c (diff) | |
download | plan9port-2b85f70db0d42f72fc532de906494fa173efa834.tar.gz plan9port-2b85f70db0d42f72fc532de906494fa173efa834.tar.bz2 plan9port-2b85f70db0d42f72fc532de906494fa173efa834.zip |
change scripts back to /usr/local/plan9/bin/rc. sigh.
man replaces 9man
Diffstat (limited to 'bin/src')
-rwxr-xr-x | bin/src | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ -#!/usr/bin/env $PLAN9/bin/rc +#!/usr/local/plan9/bin/rc sym = 'threadmain?z p9main?z main?z' fn dbsrc{ - echo $sym | db $1 | 9sed '1d;/symbol not found/d;s/.*\(\) //' + echo $sym | db $1 | 9 sed '1d;/symbol not found/d;s/.*\(\) //' } fn go{ |