Added quoting for $EDITOR's with spaces

pull/36/head
Mark Szymanski 2011-01-01 11:40:49 -06:00
parent c505dcfbbd
commit 91835d5f7c
1 changed files with 1 additions and 1 deletions

View File

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