From 7ba7dbca47e20159d046fab847ebb0ef6673b24a 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 4664e75..d4626f2 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.3