From 2a23064da537eec5520495fa7033ab66cd8e5bfe Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 10 Oct 2007 13:22:21 +0000 Subject: Fixes from Eli Zaretskii: Fix to allow quoted directories in PATH. Fix for Savannah bug #20549. --- job.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'job.h') diff --git a/job.h b/job.h index 8ed0969..ea6d7e8 100644 --- a/job.h +++ b/job.h @@ -70,7 +70,8 @@ void new_job (struct file *file); void reap_children (int block, int err); void start_waiting_jobs (void); -char **construct_command_argv (char *line, char **restp, struct file *file, char** batch_file); +char **construct_command_argv (char *line, char **restp, struct file *file, + int cmd_flags, char** batch_file); #ifdef VMS int child_execute_job (char *argv, struct child *child); #elif defined(__EMX__) -- cgit v1.2.3