Skip to content

Commit

Permalink
Taskit new
Browse files Browse the repository at this point in the history
  • Loading branch information
sbragagnolo committed Mar 15, 2020
1 parent eaa126d commit 1c362db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
12 changes: 7 additions & 5 deletions src/Scale.package/SCSystemCall.class/instance/buildCommand.st
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
private building
buildCommand
| spec |

spec := self buildCommandSpec.
^ self taskClass buildingCommandWith: spec
buildCommand
^ self interpreter command
workingDirectory: self pwdFullName;
option: '-c';
argument: self commandDecorated;
redirectStdoutAsResult;
yourself

This file was deleted.

0 comments on commit 1c362db

Please sign in to comment.