diff options
author | rillig <rillig> | 2007-09-21 13:12:57 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-09-21 13:12:57 +0000 |
commit | 76ac6ca6d10d71d90e6d3dca55fb3694e814123a (patch) | |
tree | 7dd6b28402a91be643b0c7b9390cf3cde25d2906 /devel | |
parent | 5cbdfba8a00007d86c142039de2a6a06d8f5d053 (diff) | |
download | pkgsrc-76ac6ca6d10d71d90e6d3dca55fb3694e814123a.tar.gz |
regen
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 |