From 2ec9923ccbfcce0556bafc5330d17921924a0946 Mon Sep 17 00:00:00 2001 From: Gennadiy Civil Date: Tue, 25 Sep 2018 15:58:43 -0400 Subject: typo --- ci/build-linux-autotools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build-linux-autotools.sh b/ci/build-linux-autotools.sh index 385e8c21..cc404e9b 100755 --- a/ci/build-linux-autotools.sh +++ b/ci/build-linux-autotools.sh @@ -41,4 +41,4 @@ mkdir build || true cd build ../configure -make -j {NPROCESSORS:-2} +make -j ${NPROCESSORS:-2} -- cgit v1.2.3