From: Mark Szymanski Date: Sat, 1 Jan 2011 17:40:49 +0000 (-0600) Subject: Added quoting for $EDITOR's with spaces X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=91835d5f7cdedd31105483772f1006e77c936a71;p=common%2Fbash_it.git Added quoting for $EDITOR's with spaces --- diff --git a/plugins/jekyll.plugins.bash b/plugins/jekyll.plugins.bash index e87b82d..9797f8b 100644 --- a/plugins/jekyll.plugins.bash +++ b/plugins/jekyll.plugins.bash @@ -204,5 +204,5 @@ newpost() { # Open the file in your favorite editor - $EDITOR $FNAME + "$EDITOR" $FNAME }