Comment 27 for bug 68267

Revision history for this message
Paul Dufresne (paulduf) wrote :

ah, run is define in the config file.
so, we can keep:
run db_input low x11-common/xwrapper/nice_value
but change:
if [ $? -eq 30 ]; then
for:
if [ $_retval -eq 30 ]; then