summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
Diffstat (limited to 'other')
-rwxr-xr-xother/astyle/format-source1
-rw-r--r--other/travis/env-linux.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/other/astyle/format-source b/other/astyle/format-source
index 624864ab..d623926d 100755
--- a/other/astyle/format-source
+++ b/other/astyle/format-source
@@ -27,6 +27,7 @@ if ! which "$APIDSL"; then
27 APIDSL=../apidsl/apigen.native 27 APIDSL=../apidsl/apigen.native
28 else 28 else
29 APIDSL=apidsl_curl 29 APIDSL=apidsl_curl
30 fi
30fi 31fi
31 32
32apidsl_curl() { 33apidsl_curl() {
diff --git a/other/travis/env-linux.sh b/other/travis/env-linux.sh
index 16dbb8cc..a8b1d5ae 100644
--- a/other/travis/env-linux.sh
+++ b/other/travis/env-linux.sh
@@ -1,7 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2 2
3CMAKE=cmake 3CMAKE=cmake
4CMAKE_EXTRA_FLAGS="" 4CMAKE_EXTRA_FLAGS="-DFORMAT_TEST=ON"
5NPROC=`nproc` 5NPROC=`nproc`
6CURDIR=$PWD 6CURDIR=$PWD
7 7