summaryrefslogtreecommitdiff
path: root/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/commands.c b/commands.c
index 43f5128..cd57e37 100644
--- a/commands.c
+++ b/commands.c
@@ -357,6 +357,9 @@ execute_file_commands (file)
break;
if (*p == '\0')
{
+ /* We are all out of commands.
+ If we have gotten this far, all the previous commands
+ have run successfully, so we have winning update status. */
file->update_status = 0;
notice_finished_file (file);
return;