From fc8715c3a9c416d6189e900ea352824cad18f64a Mon Sep 17 00:00:00 2001 From: Richard Larkin Date: Fri, 2 May 2014 09:58:42 +0200 Subject: [PATCH] Added sh prefix fir building --- tools/build-openssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build-openssl.sh b/tools/build-openssl.sh index 3be492d..075d82f 100755 --- a/tools/build-openssl.sh +++ b/tools/build-openssl.sh @@ -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