summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
Diffstat (limited to 'job.c')
-rw-r--r--job.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/job.c b/job.c
index 13431d3..c458893 100644
--- a/job.c
+++ b/job.c
@@ -3099,8 +3099,8 @@ construct_command_argv_internal (char *line, char **restp, char *shell,
if (new_argv[0] == 0)
/* Line was empty. */
return 0;
- else
- return new_argv;
+
+ return new_argv;
slow:;
/* We must use the shell. */