X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=6df961c154526a42c3b4826e64b343674359e516;hp=dec51077f57876da2e8ef03f3fb2dd709746af88;hb=dddfae0c3d3fd37352091192187e5a9852e54b7e;hpb=c0b865840237abd8d8865147190f9af2a2cac057 diff --git a/autoconfig.functions b/autoconfig.functions index dec5107..6df961c 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -1920,6 +1920,9 @@ config_debs(){ if checkbootparam 'debs' ; then iszsh && setopt localoptions shwordsplit DEBS="$(getbootparam 'debs' 2>>$DEBUG)" + if [ -z "$DEBS" ] ; then + DEBS="*" + fi if ! echo $DEBS | grep -q '/'; then # backwards compatibility: if no path is given get debs from debs/ DEBS="debs/$DEBS"