diff options
author | Gennadiy Civil <misterg@google.com> | 2018-09-25 15:58:43 -0400 |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-09-25 15:58:43 -0400 |
commit | 2ec9923ccbfcce0556bafc5330d17921924a0946 (patch) | |
tree | 83aabb7f34392f027122795ab9bf5803add73b79 /ci | |
parent | c159a7719ca3ed8c7c2323236eba49f035f7767d (diff) | |
download | googletest-2ec9923ccbfcce0556bafc5330d17921924a0946.tar.gz googletest-2ec9923ccbfcce0556bafc5330d17921924a0946.tar.bz2 googletest-2ec9923ccbfcce0556bafc5330d17921924a0946.zip |
typo
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/build-linux-autotools.sh | 2 |
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} |