Skip to content
Snippets Groups Projects
Commit fca7fad8 authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Does not like * on seamingly empty directory

parent 3ecb3a96
No related branches found
No related tags found
No related merge requests found
Pipeline #207746 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment