Ticket #1411: archive.windows.ps1.patch

File archive.windows.ps1.patch, 0.8 KB (added by halfdan, 23 months ago)
  • archive.windows.ps1

    # 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.
     
    2727{ 
    2828  if(Get-Command $phpTestBin -ea SilentlyContinue) 
    2929  { 
    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 
    3232    break 
    3333  }