From 20f24e5f2de28c5e242944e61c85ab7bd538dfdc Mon Sep 17 00:00:00 2001 From: rillig Date: Fri, 21 Sep 2007 10:37:56 +0000 Subject: regen --- devel/bmake/files/configure | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'devel/bmake') diff --git a/devel/bmake/files/configure b/devel/bmake/files/configure index 3f1a5e29158..2683e433417 100755 --- a/devel/bmake/files/configure +++ b/devel/bmake/files/configure @@ -1722,14 +1722,9 @@ echo "$as_me: error: bad value ${withval} given for bmake DEFSHELL" >&2;} { (exit 1); exit 1; }; } ;; no) ;; *) case "$with_defshell" in - */csh) - # kidding right? - DEFSHELL=0 - DEFAULT_CSH=$with_defshell - ;; - */sh) DEFSHELL=1;; - */ksh) DEFSHELL=2;; - esac + */csh) DEFSHELL=0; DEFAULT_CSH=$with_defshell;; # kidding right? + */sh) DEFSHELL=1; DEFAULT_SH=$with_defshell;; + */ksh) DEFSHELL=2; DEFAULT_KSH=$with_defshell;; ;; esac fi -- cgit v1.2.3