<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Jim Stichnoth wrote:<br>
</div>
<blockquote
cite="mid:CAF5-JoxM92dGgeyfybBBuKuj7m6WLdAZT+cfaU3VYVocZGBHQg@mail.gmail.com"
type="cite">
<div dir="ltr">On Wed, Oct 2, 2013 at 4:38 AM, Thomas Boehm <span
dir="ltr"><<a moz-do-not-send="true"
href="mailto:mythtv-users@lists.boehmi.net" target="_blank">mythtv-users@lists.boehmi.net</a>></span>
wrote:<br>
<div class="gmail_extra">
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">is
there a reason why mythutil doesn't accept --clearskiplist
and<br>
--clearcutlist at the same time? I can run it twice with
each option at<br>
one time, but not together.<br>
<br>
</blockquote>
<div>Good question. I can't think of a good answer. If, in
programs/mythutil/main.cpp, you comment out the "break;"
statement, I bet it will work. Some oddities might be
that the operations would happen in an undefined order,
failure of one operation wouldn't stop other operations
from being attempted, and the exit code returned to the
shell would be the return code of the last executed
operation.</div>
</div>
<br>
</div>
</div>
</blockquote>
Thanks for the suggestion, but I'm not compiling from source. I only
noticed yesterday after adding --clearskiplist to mythutil in my
userjob and the command failed altogether. I will add a second
command then. I was just curious as I couldn't think of any reason.<br>
</body>
</html>