Added sh prefix fir building

This commit is contained in:
Richard Larkin 2014-05-02 09:58:42 +02:00
parent b3fb9ec62b
commit fc8715c3a9

View file

@ -18,7 +18,7 @@ fi
if [ -d $TMPROOT/openssl/ios-openssl ] ; then
try pushd .
cd $TMPROOT/openssl/ios-openssl
build.sh
sh build.sh
try popd
fi