diff options
author | rillig <rillig> | 2007-09-21 10:37:56 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-09-21 10:37:56 +0000 |
commit | 2f072f5f7a8c63309409e2b70ac956eef8d5d339 (patch) | |
tree | 8759c8f47822b8054dda7ba59d8300ad16f2513c /devel/bmake | |
parent | 1bbe41aa146c525246ff3dde0fff822bb2aaafd8 (diff) | |
download | pkgsrc-2f072f5f7a8c63309409e2b70ac956eef8d5d339.tar.gz |
regen
Diffstat (limited to 'devel/bmake')
-rwxr-xr-x | devel/bmake/files/configure | 11 |
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 |