[PKGS-7328] Set non-interactive as first option like other calls to Zypper

This commit is contained in:
Michael Boelen 2016-05-30 19:43:10 +02:00
parent 751c9734c5
commit 02fdaf4c1e
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@
N=0
PACKAGE_AUDIT_TOOL_FOUND=1
PACKAGE_AUDIT_TOOL="zypper"
FIND=`${ZYPPERBINARY} se -n -t package -i | awk '{ if ($1=="i") { print $3 } }'`
FIND=`${ZYPPERBINARY} -n se -t package -i | awk '{ if ($1=="i") { print $3 } }'`
if [ ! "${FIND}" = "" ]; then
for I in ${FIND}; do
N=$((N + 1))