From 91835d5f7cdedd31105483772f1006e77c936a71 Mon Sep 17 00:00:00 2001 From: Mark Szymanski Date: Sat, 1 Jan 2011 11:40:49 -0600 Subject: [PATCH] Added quoting for $EDITOR's with spaces --- plugins/jekyll.plugins.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.17.1