Code Review
/
common
/
bash_it.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c505dcf
)
Added quoting for $EDITOR's with spaces
author
Mark Szymanski
<mrman208@me.com>
Sat, 1 Jan 2011 17:40:49 +0000
(11:40 -0600)
committer
Mark Szymanski
<mrman208@me.com>
Sat, 1 Jan 2011 17:40:49 +0000
(11:40 -0600)
plugins/jekyll.plugins.bash
patch
|
blob
|
history
diff --git
a/plugins/jekyll.plugins.bash
b/plugins/jekyll.plugins.bash
index
e87b82d
..
9797f8b
100644
(file)
--- 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
}