plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit f0add8ef24f83cb2085ef1c7534d16c57881e3f3
parent 20f5692b7fe1190e6c518ed82764ded41dd92986
Author: Russ Cox <rsc@swtch.com>
Date:   Mon, 16 Jul 2012 10:43:03 -0400

9l: remove debug print

R=rsc
http://codereview.appspot.com/6402049

Diffstat:
Mbin/9l | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/bin/9l b/bin/9l @@ -297,7 +297,6 @@ then autoframeworks="" if [ "x$ofiles" != "x" ] then -echo >&2 ofiles $ofiles a=` nm $ofiles | grep '__p9l_autoframework_[a-zA-Z0-9+-]*$' |