Commit 745336fa authored by Ian Jackson's avatar Ian Jackson
Browse files

maint/check_licensse: Do not discard actual error

This confused me while I was debugging the interaction with nailing-cargo.
parent c060fbb4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ containsElement () {
  return 1
}

if ! cargo license --help >/dev/null 2>/dev/null; then
if ! cargo license --help >/dev/null; then
    echo "cargo-license is not installed!"
    echo
    echo "For reasonable results, run:"