mirror of
https://github.com/StackExchange/blackbox.git
synced 2026-05-06 06:01:04 +03:00
ca2cc76bcd
If a user has $EDITOR set to e.g "subl --wait", then "$EDITOR" (with quotes) will fail with error "command not found: subl --wait". In other words, it looks for an executable containing the space and the --wait in it. Simply removing the quotes seems to work fine.