Robert Millan wrote:
-                       match="$(find $moddir/kernel $moddir \
+                       match="$(find `ls -d $moddir/kernel 2>/dev/null` 
$moddir \
                                    -name $module.o -or -name $module.ko \
                                | head -n 1 | sed "s!$moddir/!!")"

I don't know what's d-i code style policy, but I would prefer $(...) instead of `backquotes`.

Regards,
ogi


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to