From 05c476bf8690e3aa733feff245e830a3ccdcb59c Mon Sep 17 00:00:00 2001 From: Duncan Mortimer <duncan.mortimer@ndcn.ox.ac.uk> Date: Wed, 18 Jul 2007 13:40:11 +0000 Subject: [PATCH] Added an exit status so that the "error" state from the last command is not passed onto the make script --- makedoc | 1 + 1 file changed, 1 insertion(+) diff --git a/makedoc b/makedoc index 1dc41bb..281f037 100755 --- a/makedoc +++ b/makedoc @@ -6,3 +6,4 @@ sh ./siena > doc/siena_usage 2>&1 sh ./sienax > doc/sienax_usage 2>&1 +exit 0 -- GitLab