Skip to content

Commit

Permalink
Isue #261: make sure we're using bash shell [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Oct 26, 2019
1 parent fd96f72 commit c527903
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
shell utilities
performOnServer: commandLine status: statusBlock
| performOnServerStatusArray |
performOnServerStatusArray := System _performOnServer: commandLine.
performOnServerStatusArray := System
_performOnServer: commandLine
withShell: '/bin/bash'.
^ statusBlock value: performOnServerStatusArray

0 comments on commit c527903

Please sign in to comment.