aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-09-25 15:58:43 -0400
committerGennadiy Civil <misterg@google.com>2018-09-25 15:58:43 -0400
commit2ec9923ccbfcce0556bafc5330d17921924a0946 (patch)
tree83aabb7f34392f027122795ab9bf5803add73b79
parentc159a7719ca3ed8c7c2323236eba49f035f7767d (diff)
downloadgoogletest-2ec9923ccbfcce0556bafc5330d17921924a0946.tar.gz
googletest-2ec9923ccbfcce0556bafc5330d17921924a0946.tar.bz2
googletest-2ec9923ccbfcce0556bafc5330d17921924a0946.zip
typo
-rwxr-xr-xci/build-linux-autotools.sh2
1 files changed, 1 insertions, 1 deletions
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}