summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdevel/bmake/files/configure11
1 files changed, 3 insertions, 8 deletions
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