mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Use single quotes for better compatibility (#575)
This commit is contained in:
parent
f954a1e7bc
commit
cc112b6683
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ export function showPreferences () {
|
||||||
// Leading space prevents command to be store in shell history
|
// Leading space prevents command to be store in shell history
|
||||||
[' echo Attempting to open ~/.hyperterm.js with your \$EDITOR', // eslint-disable-line no-useless-escape
|
[' echo Attempting to open ~/.hyperterm.js with your \$EDITOR', // eslint-disable-line no-useless-escape
|
||||||
' echo If it fails, open it manually with your favorite editor!',
|
' echo If it fails, open it manually with your favorite editor!',
|
||||||
' bash -c "exec env ${EDITOR:=' + editorFallback + '} ~/.hyperterm.js"',
|
' bash -c \'exec env ${EDITOR:=' + editorFallback + '} ~/.hyperterm.js\'',
|
||||||
''
|
''
|
||||||
].join('\n')
|
].join('\n')
|
||||||
));
|
));
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue