Fix bug in Fix_Xcode_Dependencies

This commit is contained in:
Martin Hrubý (hrubymar10) 2018-09-02 21:09:15 +02:00
parent 9086e17b15
commit 6b5edeb9a8
No known key found for this signature in database
GPG key ID: 3042E73421447651

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