From 4d92028c986c7f0ebdccd35510f0d86fc17f9ce1 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 12 Jul 2010 05:23:19 +0000 Subject: Add the beginning of the .ONESHELL special feature. Original patch by David Boyce. Modified by Paul Smith. --- job.h | 1 + 1 file changed, 1 insertion(+) (limited to 'job.h') diff --git a/job.h b/job.h index 4664e750..d4626f21 100644 --- a/job.h +++ b/job.h @@ -67,6 +67,7 @@ struct child extern struct child *children; +int is_bourne_compatible_shell(const char *path); void new_job (struct file *file); void reap_children (int block, int err); void start_waiting_jobs (void); -- cgit v1.2.1