From a1cc969199ab6eb8feed1125c19b1df725aa350e Mon Sep 17 00:00:00 2001 From: Nicolas Richart <nicolas.richart@epfl.ch> Date: Tue, 10 Sep 2024 08:41:14 +0200 Subject: [PATCH] Does not like * on seamingly empty directory --- ci/setup_spack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/setup_spack.sh b/ci/setup_spack.sh index 6f4efe3..4c50de3 100755 --- a/ci/setup_spack.sh +++ b/ci/setup_spack.sh @@ -81,7 +81,7 @@ fi if [ -d "${STACK_CONFIG_PATH}/licenses" ] then - cp -r "${STACK_CONFIG_PATH}/licenses/*" ${STACK_LOCATION}/spack/etc/spack + cp -r "${STACK_CONFIG_PATH}/licenses" ${STACK_LOCATION}/spack/etc/spack fi -- GitLab