From 2b85f70db0d42f72fc532de906494fa173efa834 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 11 Jan 2005 20:58:13 +0000 Subject: change scripts back to /usr/local/plan9/bin/rc. sigh. man replaces 9man --- bin/src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/src') diff --git a/bin/src b/bin/src index ffacc5e6..c9dcdec4 100755 --- a/bin/src +++ b/bin/src @@ -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{ -- cgit v1.2.3