specify bash to run command in (#314)

This commit is contained in:
Kyle Holzinger 2016-07-20 18:22:36 -04:00 committed by Guillermo Rauch
parent 513bdb3941
commit 392ce6b127

View file

@ -145,7 +145,7 @@ export function showPreferences () {
uid,
['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!',
'exec env $EDITOR ~/.hyperterm.js',
'bash -c "exec env $EDITOR ~/.hyperterm.js"',
''
].join('\n')
));