Skip to content

Commit

Permalink
Editor can now open paths with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jganoff committed Apr 24, 2012
1 parent 99aaacb commit 686ff0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/e
Expand Up @@ -18,5 +18,5 @@ if test "$1" == ""
then then
$($EDITOR .) $($EDITOR .)
else else
$($EDITOR $1) $($EDITOR "$1")
fi fi

0 comments on commit 686ff0a

Please sign in to comment.