commit | cfb708d9c53e1680f21ef63c1715ca2693b9758d | [log] [tgz] |
---|---|---|
author | Lorin Hochstein <lorin@nimbisservices.com> | Tue Aug 13 14:34:18 2013 -0400 |
committer | Lorin Hochstein <lorin@nimbisservices.com> | Tue Aug 13 14:35:07 2013 -0400 |
tree | de278eb11db6c7050bb8a9929af17b2ca77d6218 | |
parent | af9a6cfb23ba769f1d4fcf231b092ec38965f086 [diff] [blame] |
Redirect dpkg -l stderr to /dev/null Fixes bug 1211413 Change-Id: I33a7e1e8fb3755c69ca0570e333e4908cb6f3da4
diff --git a/functions b/functions index e9c6061..6ae650e 100644 --- a/functions +++ b/functions
@@ -909,7 +909,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