[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#26010: (no subject)



> 3) The script says it cannot find netbase and netstd, even if it found
>    them at the beginning.  I have no idea why.  Here are the error
>    messages: 

>From the script:

> PKGS_NETBASE="net/netbase_*.deb"
> PKGS_NETSTD="net/netstd_*.deb"
...
> PKGS_NET=$( echo "$PKGS_NET" | sed -e "$SEDSCRIPT" )

It defines PKGS_NETBASE and PKGS_NETSTD then refers to PKGS_NET which
is not defined. Splitting the line of PKGS_NET into two (PKGS_NETBASE
and PKGS_NETSTD) will fix the problem.

----
Keita Maehara <maehara@debian.or.jp>


Reply to: