From: wanna-build admin Date: Wed, 29 Jul 2009 17:25:43 +0000 (+0000) Subject: Stable version does not support -quiet X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=510abd51d1679fb6f863fb0e196b2c12846548b2;p=wannabuild.git Stable version does not support -quiet --- diff --git a/bin/wb-edos-builddebcheck b/bin/wb-edos-builddebcheck index ec4a6dd..b8a2411 100755 --- a/bin/wb-edos-builddebcheck +++ b/bin/wb-edos-builddebcheck @@ -12,7 +12,7 @@ $sourceprefix="source---"; $architecture=""; $binexplain=0; -$edosoptions = "-failures -explain -quiet"; +$edosoptions = "-failures -explain"; while ( $arg = shift @ARGV ) { if ( $arg eq '-a' || $arg eq '--architecture' ) { if ($#ARGV == -1) {