This commit is contained in:
Shoghi Cervantes Pueyo 2013-04-14 17:08:05 +02:00
parent e0791b9bae
commit fb805f2b0f

View File

@ -9,7 +9,7 @@ PTHREADS_VERSION="5fb77bc053a45c2d389c5042f44474a523308d8b"
CURL_VERSION="curl-7_29_0" CURL_VERSION="curl-7_29_0"
echo "[PocketMine] PHP installer and compiler for Linux & Mac - by @shoghicp v$COMPILER_VERSION" echo "[PocketMine] PHP installer and compiler for Linux & Mac - by @shoghicp v$COMPILER_VERSION"
DIR=`pwd` DIR="$(pwd)"
date > "$DIR/install.log" 2>&1 date > "$DIR/install.log" 2>&1
uname -a >> "$DIR/install.log" 2>&1 uname -a >> "$DIR/install.log" 2>&1
echo "[INFO] Checking dependecies" echo "[INFO] Checking dependecies"