From: Michael Prokop Date: Wed, 29 Dec 2010 00:12:55 +0000 (+0100) Subject: config_debs(): use *.deb instead of full wildcard as default for $DEBS. X-Git-Tag: v0.9.25~1 X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=c13a5d8cb3b66d6903089474649649336ccd090c config_debs(): use *.deb instead of full wildcard as default for $DEBS. --- diff --git a/autoconfig.functions b/autoconfig.functions index d2baf4e..f30668a 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -1921,7 +1921,7 @@ if checkbootparam 'debs' ; then iszsh && setopt localoptions shwordsplit DEBS="$(getbootparam 'debs' 2>>$DEBUG)" if [ -z "$DEBS" ] ; then - DEBS="*" + DEBS="*.deb" fi if ! echo $DEBS | grep -q '/'; then # backwards compatibility: if no path is given get debs from debs/