aboutsummaryrefslogtreecommitdiff
path: root/bin/B
diff options
context:
space:
mode:
Diffstat (limited to 'bin/B')
-rwxr-xr-xbin/B3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/B b/bin/B
index ed6db777..1d8df247 100755
--- a/bin/B
+++ b/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