mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
handle non-existent files right
This commit is contained in:
parent
5e0f7e8a72
commit
e18c134050
1 changed files with 2 additions and 1 deletions
3
bin/B
3
bin/B
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue