Fix bug in Fix_Xcode_Dependencies

(cherry-picked from commit 6b5edeb9a8)
This commit is contained in:
Martin Hrubý (hrubymar10) 2018-09-02 21:09:15 +02:00
parent b47d6e3bdb
commit 740bd456ab

View file

@ -64,7 +64,7 @@ if ! [ -d temp ]; then
mkdir temp
fi
cd temp
if ! [ -d MacCompileStuff ]; then
if ! [ -d MacCompileStuff-master ]; then
git clone -b master https://github.com/hrubymar10/MacCompileStuff MacCompileStuff-master
fi
cd MacCompileStuff-master