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

Bug#365074: support for kFreeBSD



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



Reply to: