Skip to content

Commit

Permalink
Linux default shell fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jun 30, 2017
1 parent 57227ae commit f58cf46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terminus-terminal/src/buttonProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f58cf46

Please sign in to comment.