Modify ↓
Ticket #136 (closed defect: fixed)
Attribute os of ExecTask is not working
| Reported by: | syabro@… | Owned by: | hans |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.3.0 |
| Component: | phing-tasks-system | Version: | 2.2.0 |
| Keywords: | Cc: |
Description
In ExecTask.php::execute you trying to use
strpos($os, $myos)
instead of
strpos($this->os, $myos);
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Log line must be changed to
$this->log("Not found in " . $this->os, Project::MSG_VERBOSE);