summaryrefslogtreecommitdiffstats
path: root/lib/command_execute.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/command_execute.h')
-rw-r--r--lib/command_execute.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/command_execute.h b/lib/command_execute.h
index 97033b6e..df86154c 100644
--- a/lib/command_execute.h
+++ b/lib/command_execute.h
@@ -44,7 +44,8 @@ enum cmd_exec_state
exec_open_pipes, /* open pipes on command line */
exec_execute, /* execute standard command */
exec_special, /* execute special command */
- exec_done_cmd, /* command has completed */
+ exec_cmd_done, /* command completed somehow */
+ exec_cmd_success, /* command completed successfully */
exec_hiatus, /* while issues are dealt with */
exec_stopped, /* command loop has stopped */
} ;