Comment 1 for bug 1570373

Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

good catch, actually it never fails due to the pipe commands.

We should instead use:

set -o pipefail; xdpyinfo | grep "^X.Org version" | cut -d ':' -f 2 | tr -d ' '