diff options
author | rillig <rillig> | 2007-09-21 13:12:57 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-09-21 13:12:57 +0000 |
commit | 74dc2056654dde44bcae9276d0c372a6852b8b32 (patch) | |
tree | 7dd6b28402a91be643b0c7b9390cf3cde25d2906 | |
parent | 8c4507287c3d5eb5a9b406cc2b6dd3e74dac39d1 (diff) | |
download | pkgsrc-74dc2056654dde44bcae9276d0c372a6852b8b32.tar.gz |
regen
-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 |