diff --git a/start.sh b/start.sh index c698d81..d54833c 100755 --- a/start.sh +++ b/start.sh @@ -4,7 +4,7 @@ cd "$(dirname "$0")" # Create the bin directories. -mkdir -p bin bin/dependency_files bin/Logs bin/generated_code bin/cache +mkdir -p bin bin/dependency_files bin/Logs bin/generated_code bin/cache bin/Object\ Files # Check that we are running on a sensible platform. uname -a | grep Cygwin > /dev/null