Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Exit state handling in runvdr



I believe the recent change I made in handling exit states
in 'runvdr' isn't quite correct, since it would leave the loop
for any exit value other than 1.

The following 'if' statement should work better:

   if test $? -eq 0 -o $? -eq 2; then exit; fi

If nobody objects, I'll change this for the final 1.2.4 release.

Klaus


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index