update paths for now using cygwin php

This commit is contained in:
mappu 2015-10-11 15:25:36 +13:00
parent 931b6e0208
commit 2c857250c0
1 changed files with 1 additions and 2 deletions

View File

@ -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