# 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.
Index: archive.windows.ps1
--- archive.windows.ps1 Base (BASE)
+++ archive.windows.ps1 Locally Modified (Based On LOCAL)
@@ -27,7 +27,7 @@
 {
   if(Get-Command $phpTestBin -ea SilentlyContinue)
   {
-    $PHP_BIN = Get-Command $phpTestBin|Select-Object -ExpandProperty Definition
\ No newline at end of file
+    $PHP_BIN = (Get-Command $phpTestBin).Definition
\ No newline at end of file
     break
   }
 }

