Added sh prefix fir building
This commit is contained in:
parent
b3fb9ec62b
commit
fc8715c3a9
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ fi
|
||||||
if [ -d $TMPROOT/openssl/ios-openssl ] ; then
|
if [ -d $TMPROOT/openssl/ios-openssl ] ; then
|
||||||
try pushd .
|
try pushd .
|
||||||
cd $TMPROOT/openssl/ios-openssl
|
cd $TMPROOT/openssl/ios-openssl
|
||||||
build.sh
|
sh build.sh
|
||||||
try popd
|
try popd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue