Typo fixes
This commit is contained in:
parent
25b9193ce0
commit
acb761a0aa
10
PF-build.sh
10
PF-build.sh
@ -204,7 +204,7 @@ cd ../build-env || exit 3
|
||||
BUILD_ENV_PATH="$( cd "$(dirname "$0")" ; pwd -P )"
|
||||
|
||||
# Check if PF-build-env-<version> exists and downloads + creates it if not
|
||||
# The build environment is based on the supported Arduino IDE portablel version with some changes
|
||||
# The build environment is based on the supported Arduino IDE portable version with some changes
|
||||
if [ ! -d "../PF-build-env-$BUILD_ENV" ]; then
|
||||
echo "$(tput setaf 6)PF-build-env-$BUILD_ENV is missing ... creating it now for you$(tput sgr 0)"
|
||||
mkdir ../PF-build-env-$BUILD_ENV
|
||||
@ -648,14 +648,6 @@ do
|
||||
sleep 5
|
||||
done
|
||||
|
||||
# Cleanup compiler flags are set to Prusa specific needs for the rambo board.
|
||||
#if [ $OSTYPE == "msys" ]; then
|
||||
# echo " "
|
||||
# echo "Restore Windows platform.txt"
|
||||
# echo " "
|
||||
# cp -f $BUILD_ENV_PATH/hardware/$RAMBO_PLATFORM_FILE.bck $BUILD_ENV_PATH/hardware/$RAMBO_PLATFORM_FILE
|
||||
#fi
|
||||
|
||||
# Switch to hex path and list build files
|
||||
cd $SCRIPT_PATH
|
||||
cd ..
|
||||
|
Loading…
Reference in New Issue
Block a user