]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Travis, fix quotes on config opts for iOS and Android configure.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 24 Mar 2021 10:06:10 +0000 (11:06 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 24 Mar 2021 10:06:10 +0000 (11:06 +0100)
.travis.yml

index 65260c6baa6d2ea1a273c77c136d7fa0d46e68c9..d6a720d7e27d9737f314bcc811cf24ab61813831 100644 (file)
@@ -339,10 +339,10 @@ script:
       ./contrib/ios/install_openssl.sh
       ./contrib/ios/install_expat.sh
       export CONFIG_OPTS="\
-        --build=\"$AUTOTOOLS_BUILD\" --host=\"$AUTOTOOLS_HOST\" \
-        --prefix=\"$IOS_PREFIX\" \
-        --with-ssl=\"$IOS_PREFIX\" --disable-gost \
-        --with-libexpat=\"$IOS_PREFIX\" "
+        --build=$AUTOTOOLS_BUILD --host=$AUTOTOOLS_HOST \
+        --prefix=$IOS_PREFIX \
+        --with-ssl=$IOS_PREFIX --disable-gost \
+        --with-libexpat=$IOS_PREFIX "
       echo CONFIG_OPTS ${CONFIG_OPTS}
       export MAKE_TEST=no
       export TEST_INSTALL=yes
@@ -356,10 +356,10 @@ script:
       ./contrib/android/install_openssl.sh
       ./contrib/android/install_expat.sh
       export CONFIG_OPTS="\
-        --build=\"$AUTOTOOLS_BUILD\" --host=\"$AUTOTOOLS_HOST\" \
-        --prefix=\"$ANDROID_PREFIX\" \
-        --with-ssl=\"$ANDROID_PREFIX\" --disable-gost \
-        --with-libexpat=\"$ANDROID_PREFIX\" "
+        --build=$AUTOTOOLS_BUILD --host=$AUTOTOOLS_HOST \
+        --prefix=$ANDROID_PREFIX \
+        --with-ssl=$ANDROID_PREFIX --disable-gost \
+        --with-libexpat=$ANDROID_PREFIX "
       echo CONFIG_OPTS ${CONFIG_OPTS}
       export MAKE_TEST=no
       export TEST_INSTALL=yes