Skip to content

Commit

Permalink
Handle make_spack --verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Aug 19, 2024
1 parent ad2b612 commit 7e5bf96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/make_spack
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ parse_args() {
x-p) layout=plain; shift;;
x-m) minimal=true; shift;;
x-v) verbose=true; shift;;
x--verbose) verbose=true; shift;;
x--) shift; break;;
esac
done
Expand Down

0 comments on commit 7e5bf96

Please sign in to comment.