| commit | 68044c0245e0d39cecbc8602a8059bd7c33b7693 | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Tue Aug 20 04:01:32 2013 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Tue Aug 20 04:01:32 2013 +0000 |
| tree | 6faa4fc06b54e736ee87a4e5bd7375f87c6fd50d | |
| parent | 5bc585f7d47a901c4cb9f43cdf377a103e6fa38c [diff] | |
| parent | cfb708d9c53e1680f21ef63c1715ca2693b9758d [diff] |
Merge "Redirect dpkg -l stderr to /dev/null"
diff --git a/functions b/functions index 19cf4ff..41f008e 100644 --- a/functions +++ b/functions
@@ -912,7 +912,7 @@ fi if [[ "$os_PACKAGE" = "deb" ]]; then - dpkg -l "$@" > /dev/null + dpkg -l "$@" > /dev/null 2> /dev/null elif [[ "$os_PACKAGE" = "rpm" ]]; then rpm --quiet -q "$@" else