Added quoting for $EDITOR's with spaces
parent
c505dcfbbd
commit
91835d5f7c
|
|
@ -204,5 +204,5 @@ newpost() {
|
||||||
|
|
||||||
# Open the file in your favorite editor
|
# Open the file in your favorite editor
|
||||||
|
|
||||||
$EDITOR $FNAME
|
"$EDITOR" $FNAME
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue