Skip to content

Commit

Permalink
Fix thinko
Browse files Browse the repository at this point in the history
  • Loading branch information
greenc-FNAL committed Mar 6, 2024
1 parent 7b03851 commit d26108d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-spack-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ _maybe_cache_binaries() {
else
hashes_to_cache_tmp+=("${root_hashes[@]//*\///}")
fi
for hash in ${hashes_to_cache_tmp[*]:+"${hashes_to_cache[@]}"}; do
for hash in ${hashes_to_cache_tmp[*]:+"${hashes_to_cache_tmp[@]}"}; do
if [ -f "$(spack location -i $hash)/.spack/binary_distribution" ]; then
_report $DEBUG_1 "Skipping package installed from buildcache $hash"
else
Expand Down

0 comments on commit d26108d

Please sign in to comment.