diff options
author | Russ Cox <rsc@swtch.com> | 2012-07-16 10:43:03 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2012-07-16 10:43:03 -0400 |
commit | f0add8ef24f83cb2085ef1c7534d16c57881e3f3 (patch) | |
tree | 6fd0b811b3292f32ce7c88f3c4660595ea206fbb /bin/9l | |
parent | 20f5692b7fe1190e6c518ed82764ded41dd92986 (diff) | |
download | plan9port-f0add8ef24f83cb2085ef1c7534d16c57881e3f3.tar.gz plan9port-f0add8ef24f83cb2085ef1c7534d16c57881e3f3.tar.bz2 plan9port-f0add8ef24f83cb2085ef1c7534d16c57881e3f3.zip |
9l: remove debug print
R=rsc
http://codereview.appspot.com/6402049
Diffstat (limited to 'bin/9l')
-rwxr-xr-x | bin/9l | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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+-]*$' | |