about summary refs log tree commit diff stats
path: root/scripts
diff options
context:
space:
mode:
authorCélestin Matte <celestin.matte@gmail.com>2014-04-28 10:40:00 +0200
committerCélestin Matte <celestin.matte@gmail.com>2014-04-28 11:06:13 +0200
commitc826091a74e88102ca1795ab9798dd8b8498f653 (patch)
tree0315e0abc299fe1b50497e6f355b0bb1243bf7cf /scripts
parent3e31022b943f33f0466f9f5b7b452cf2363bfb40 (diff)
downloadranger-c826091a74e88102ca1795ab9798dd8b8498f653.tar.gz
Allow $EDITOR to contain spaces
$EDITOR variables consisting of "program name + options" are not handled
correctly because of quotes around $EDITOR. As a result, if $EDITOR is not
a simple program name (i.e. if it includes options, as in "emacs -nw"), the
full string is taken as a program and fails to run.
Error message: (/bin/sh: 1: emacs -nw: not found)
Removing quotes fixes this problem.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions