We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbdcdc commit f01b66bCopy full SHA for f01b66b
scripts/update_lmod_caches.sh
@@ -40,6 +40,6 @@ architectures=$(find ${stack_base_dir}/software/ -maxdepth 5 -type d -name modul
40
for archdir in ${architectures}
41
do
42
lmod_cache_dir="${archdir}/.lmod/cache"
43
- ${update_lmod_system_cache_files=} -d ${lmod_cache_dir} -t ${lmod_cache_dir}/timestamp ${archdir}/modules/all
+ ${update_lmod_system_cache_files} -d ${lmod_cache_dir} -t ${lmod_cache_dir}/timestamp ${archdir}/modules/all
44
echo_green "Updated the Lmod cache for ${archdir}."
45
done
0 commit comments