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

Re: NMU of mdadm for squeeze-proposed-upates



Le 03/05/2011 08:52, Thomas Goirand a écrit :
-echo "$PROGNAME: I: selecting $ionice I/O scheduling class for resync
of $array." >&2
+[ "$quiet" -lt 1 ] && echo "$PROGNAME: I: selecting $ionice I/O
scheduling class for resync of $array." >&2

Out of context, I would prefer something like:

  if [ "$quiet" -lt 1 ]; then echo ...; fi

(especially in a script that sets -e)


Cheers,

--
Stéphane


Reply to: