summaryrefslogtreecommitdiff
path: root/other/travis/toxcore-script
diff options
context:
space:
mode:
Diffstat (limited to 'other/travis/toxcore-script')
-rwxr-xr-xother/travis/toxcore-script4
1 files changed, 2 insertions, 2 deletions
diff --git a/other/travis/toxcore-script b/other/travis/toxcore-script
index df1462de..54ee41a9 100755
--- a/other/travis/toxcore-script
+++ b/other/travis/toxcore-script
@@ -28,9 +28,9 @@ if perl -e '
28 socket(S, PF_INET6, SOCK_STREAM, 0) || exit 1; 28 socket(S, PF_INET6, SOCK_STREAM, 0) || exit 1;
29 bind(S, pack_sockaddr_in6(0, IN6ADDR_LOOPBACK)) || exit 1; 29 bind(S, pack_sockaddr_in6(0, IN6ADDR_LOOPBACK)) || exit 1;
30'; then 30'; then
31 USE_IPV6=yes 31 USE_IPV6=yes
32else 32else
33 USE_IPV6=no 33 USE_IPV6=no
34fi 34fi
35 35
36 36