Bug
- Fixed bug that caused the 'done' command to always exit with a non-zero status (thanks to Steve Rader).
This commit is contained in:
@@ -1864,12 +1864,14 @@ int handleDone (std::string& outs)
|
||||
nagged = nag (*task);
|
||||
}
|
||||
else
|
||||
{
|
||||
out << "Task "
|
||||
<< task->id
|
||||
<< " '"
|
||||
<< task->get ("description")
|
||||
<< "' is neither pending nor waiting.\n";
|
||||
rc = 1;
|
||||
}
|
||||
}
|
||||
|
||||
if (count)
|
||||
|
||||
Reference in New Issue
Block a user