From 2c857250c04c2120c4024b8d3ca035ebee8c386a Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 11 Oct 2015 15:25:36 +1300 Subject: [PATCH] update paths for now using cygwin php --- rebuild.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rebuild.sh b/rebuild.sh index f345efe..3370afb 100644 --- a/rebuild.sh +++ b/rebuild.sh @@ -1,7 +1,6 @@ #!/bin/bash set -eu -PHP=/cygdrive/c/bin/php/php.exe THREADS=4 buildsite() { @@ -40,7 +39,7 @@ buildsite() { echo "Building pages..." for i in $(seq 0 "$THREADS") ; do - $PHP "$rebuild" "$THREADS" "$i" & + php "$rebuild" "$THREADS" "$i" & done wait