Skip to content

Commit

Permalink
#2302: Fix build script quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepebay committed Dec 12, 2024
1 parent fe2f259 commit 585e85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ then
export PAPI_BUILD=${build_dir}/papi
mkdir -p "$PAPI_BUILD"
CC="${CC:-cc}" F77="${F77:-gfortran}" ./configure --prefix="$PAPI_BUILD/install"
make ${dashj} && make install
make "${dashj}" && make install
fi
fi

Expand Down

0 comments on commit 585e85a

Please sign in to comment.