From: SJ2050 Date: Sat, 16 Apr 2022 13:36:56 +0000 (+0800) Subject: Fixed `BUILDDIR` spelling error. X-Git-Tag: v9.4.0-r1~6^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F288%2Fhead;p=candi.git Fixed `BUILDDIR` spelling error. --- diff --git a/candi.sh b/candi.sh index 5d1b91c..749a3a8 100755 --- a/candi.sh +++ b/candi.sh @@ -531,7 +531,7 @@ package_build() { done elif [ ${BUILDCHAIN} = "cmake" ]; then - rm -f ${BUILDDDIR}/CMakeCache.txt + rm -f ${BUILDDIR}/CMakeCache.txt rm -rf ${BUILDDIR}/CMakeFiles echo cmake ${CONFOPTS} -DCMAKE_INSTALL_PREFIX=${INSTALL_PATH} ${UNPACK_PATH}/${EXTRACTSTO} >>candi_configure for target in "${TARGETS[@]}"; do