Linux default shell fix

This commit is contained in:
Eugene Pankov 2017-06-30 21:20:03 +02:00
parent 57227ae6ce
commit f58cf469ed

View file

@ -54,7 +54,7 @@ export class ButtonProvider extends ToolbarButtonProvider {
console.warn('Could not detect user shell')
command = '/bin/sh'
} else {
command = line.split(':')[5]
command = line.split(':')[6]
}
}
if (this.hostApp.platform === Platform.macOS) {