Skip to content

Commit

Permalink
Re-add "-l" to bash command
Browse files Browse the repository at this point in the history
  • Loading branch information
moxley committed Aug 30, 2014
1 parent e2561cc commit 56a7c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shell-runner.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports =

newProcess: (testCommand) ->
command = @currentShell
args = ['-c', testCommand]
args = ['-c', '-l', testCommand]
options = { cwd: @params.cwd }
params = { command, args, options, @stdout, @stderr, @exit }
outputCharacters = true
Expand Down

0 comments on commit 56a7c96

Please sign in to comment.