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


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4dece174.6080...@debian.org

Reply via email to