glittershark / projectionist

Command-line interface to the .projections.json format
MIT License
33 stars 1 forks source link

Either split `$EDITOR` on whitespace, or use shell expansion #6

Closed glittershark closed 10 years ago

glittershark commented 10 years ago

With the current method, multi-argument $EDITOR won't work properly. Either we should switch to the single-argument form of exec, or use shellwords to split the arguments of $EDITOR.