Comment 6 for bug 236526

Revision history for this message
Colin Watson (cjwatson) wrote :

Please don't hardcode the path to lsb_release; 'which lsb_release >/dev/null 2>&1' or 'type lsb_release >/dev/null 2>&1' (the former is more portable among shells Debian/Ubuntu, the latter is faster) is better than 'test -x /usr/bin/lsb_release'.