Skip to content

Commit

Permalink
Fixed error in script (caught by shfmt but not turned into "failed" s…
Browse files Browse the repository at this point in the history
…tate).
  • Loading branch information
hfp committed Mar 10, 2021
1 parent 41c7a35 commit 45d9d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/toolchain/scripts/stage7/install_libvdwxc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source "${INSTALLDIR}"/toolchain.env

[ -f "${BUILDDIR}/setup_libvdwxc" ] && rm "${BUILDDIR}/setup_libvdwxc"

if [ "$MPI_MODE" = "no" ] && [ $with_sirius ="__FALSE__" ]; then
if [ "$MPI_MODE" = "no" ] && [ $with_sirius = "__FALSE__" ]; then
report_warning $LINENO "MPI and SIRIUS are disabled, skipping libvdwxc installation"
exit 0
fi
Expand Down

0 comments on commit 45d9d5e

Please sign in to comment.