From 99201c48e07120c8f6dd62ee7ef0edee876971cb Mon Sep 17 00:00:00 2001 From: Matthias Krack Date: Wed, 4 Feb 2026 16:20:27 +0100 Subject: [PATCH] Fix typo --- make_cp2k.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_cp2k.sh b/make_cp2k.sh index 9bbd28773e..85925241d2 100755 --- a/make_cp2k.sh +++ b/make_cp2k.sh @@ -761,7 +761,7 @@ if [[ ! -d "${CMAKE_BUILD_PATH}" ]]; then esac if ((EXIT_CODE != 0)); then echo "ERROR: The CMake configuration step failed with the error code ${EXIT_CODE}" - echo " You can try to remove the build folder with 'rm -rf build' and re-runx" + echo " You can try to remove the build folder with 'rm -rf build' and re-run" echo " or even start the whole CP2K installation from scratch with the \"-bd\" flag" ${EXIT_CMD} "${EXIT_CODE}" fi