Added quoting for $EDITOR's with spaces

This commit is contained in:
Mark Szymanski
2011-01-01 11:40:49 -06:00
parent c505dcfbbd
commit 91835d5f7c

View File

@@ -204,5 +204,5 @@ newpost() {
# Open the file in your favorite editor
$EDITOR $FNAME
"$EDITOR" $FNAME
}