Hello,

On Mon, Sep 22, 2014 at 06:28:54PM +0300, Jacek Sobczak wrote:
> + for file in '"$@"'
> + [[ -n /etc/modprobe.d/dkms.conf ]]
> + [[ -w /etc/modprobe.d/dkms.conf ]]
Funny, that's the result of:

        [[ $file && -w $file ]]

with file=/etc/modprobe.d/dkms.conf.

> + [[ /etc/modprobe.d/dkms.conf = /etc/sysconfig/kernel ]]
> + sed /etc/modprobe.d/dkms.conf
> sed: -e expression #1, char 6: unknown command: `m'
That's line 3522 of /usr/sbin/dkms:

        sed "${sa_mc_o[@]}" "$file" > "$temp_dir_name/${file##*/}.new"

It seems sa_mc_o is empty.

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to