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 [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

