Skip to content

Commit

Permalink
make_spack only takes -v for verbose outpur
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Aug 19, 2024
1 parent 7e5bf96 commit d17865a
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 @@ -1381,7 +1381,7 @@ if ! [ -f "$spack_env_top_dir/setup-env.sh" ]; then
--minimal
$ups_opt
)
(( VERBOSITY < DEBUG_1 )) || make_spack_cmd+=(--verbose)
(( VERBOSITY < DEBUG_1 )) || make_spack_cmd+=(-v)
(( query_packages )) && make_spack_cmd+=(--query-packages)
(( with_padding )) && make_spack_cmd+=(--with_padding)
make_spack_cmd+=("$spack_env_top_dir")
Expand Down

0 comments on commit d17865a

Please sign in to comment.