diff options
Diffstat (limited to 'devel')
-rwxr-xr-x | devel/bmake/files/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/bmake/files/configure b/devel/bmake/files/configure index 2683e433417..413340cf104 100755 --- a/devel/bmake/files/configure +++ b/devel/bmake/files/configure @@ -1725,6 +1725,7 @@ no) ;; */csh) DEFSHELL=0; DEFAULT_CSH=$with_defshell;; # kidding right? */sh) DEFSHELL=1; DEFAULT_SH=$with_defshell;; */ksh) DEFSHELL=2; DEFAULT_KSH=$with_defshell;; + esac ;; esac fi |