summaryrefslogtreecommitdiffstats
path: root/opal-ci/build-ubuntu-18.04.sh
diff options
context:
space:
mode:
Diffstat (limited to 'opal-ci/build-ubuntu-18.04.sh')
-rwxr-xr-xopal-ci/build-ubuntu-18.04.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/opal-ci/build-ubuntu-18.04.sh b/opal-ci/build-ubuntu-18.04.sh
index 7bcd2d50..2786600f 100755
--- a/opal-ci/build-ubuntu-18.04.sh
+++ b/opal-ci/build-ubuntu-18.04.sh
@@ -4,7 +4,7 @@ set -uo pipefail
set -e
set -vx
-MAKE_J=`grep -c processor /proc/cpuinfo`
+MAKE_J=$(grep -c processor /proc/cpuinfo)
export CROSS="ccache powerpc64le-linux-gnu-"
@@ -28,7 +28,7 @@ SKIBOOT_GCOV=1 make -j${MAKE_J} check
make clean
rm -rf builddir
mkdir builddir
-make SRC=`pwd` -f ../Makefile -C builddir -j${MAKE_J}
+make SRC=$(pwd) -f ../Makefile -C builddir -j${MAKE_J}
make clean
echo "Building with clang..."
OpenPOWER on IntegriCloud