# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: C:\Users\halfdan\Documents\NetBeansProjects\Piwik\misc\cron
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
|
|
|
|
| 27 | 27 | { |
| 28 | 28 | if(Get-Command $phpTestBin -ea SilentlyContinue) |
| 29 | 29 | { |
| 30 | | $PHP_BIN = Get-Command $phpTestBin|Select-Object -ExpandProperty Definition |
| 31 | | No newline at end of file |
| | 30 | $PHP_BIN = (Get-Command $phpTestBin).Definition |
| | 31 | No newline at end of file |
| 32 | 32 | break |
| 33 | 33 | } |