From a6f10625c570dcabb01530a414c5f10e9bfd4ca7 Mon Sep 17 00:00:00 2001 From: Andrew Luebke <andrew.luebke@gmail.com> Date: Fri, 5 Apr 2019 15:44:52 -0700 Subject: [PATCH] Found another mistake --- PF-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 PF-build.sh diff --git a/PF-build.sh b/PF-build.sh old mode 100644 new mode 100755 index faa5d916..a7cc25a9 --- a/PF-build.sh +++ b/PF-build.sh @@ -148,7 +148,7 @@ fi if [ $OSTYPE == "msys" ]; then if [ ! -f "PF-build-env-Win-$BUILD_ENV.zip" ]; then - echo "$(tput setaf 6)Downlaoding Windows build environment...$(tput setaf 2)" + echo "$(tput setaf 6)Downloading Windows build environment...$(tput setaf 2)" sleep 2 wget https://github.com/3d-gussner/PF-build-env/releases/download/Win-$BUILD_ENV/PF-build-env-Win-$BUILD_ENV.zip || exit 4 #cp -f ../../PF-build-env/PF-build-env-Win-$BUILD_ENV.zip PF-build-env-Win-$BUILD_ENV.zip || exit4