diff options
author | rsc <devnull@localhost> | 2004-04-23 06:51:06 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-04-23 06:51:06 +0000 |
commit | e18c1340502932dfefda01e309567774e9fce599 (patch) | |
tree | 7b3ba4cef659609d3057de80fcb2d2fb34fc091a /bin/B | |
parent | 5e0f7e8a725904ae4fc5d11da3ded7c938856f1a (diff) | |
download | plan9port-e18c1340502932dfefda01e309567774e9fce599.tar.gz plan9port-e18c1340502932dfefda01e309567774e9fce599.tar.bz2 plan9port-e18c1340502932dfefda01e309567774e9fce599.zip |
handle non-existent files right
Diffstat (limited to 'bin/B')
-rwxr-xr-x | bin/B | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -25,7 +25,8 @@ then pwd="`pwd`" for i do - plumb -s B -d edit $i + i=`cleanname -d "$pwd" "$i"` + plumb -s B -d edit "$i" done else for i |