summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-01-02 10:15:29 -0500
committermidipix <writeonce@midipix.org>2019-01-02 22:21:13 -0500
commit4d957b2fbecc7fcb7e94013b2602f346005b56fc (patch)
tree9fb1d032ac5f6f41a543b370c1da35e5d6090661 /configure
parenta2539a694b5b19fe9979fa4d022e7e8ac3dec483 (diff)
downloadntcon-4d957b2fbecc7fcb7e94013b2602f346005b56fc.tar.bz2
ntcon-4d957b2fbecc7fcb7e94013b2602f346005b56fc.tar.xz
build system: configure: set mb_shell to /bin/sh if not set.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index ba3985b..7be6f75 100755
--- a/configure
+++ b/configure
@@ -351,6 +351,11 @@ common_defaults()
fi
fi
+ # shell
+ if [ -z "$mb_shell" ]; then
+ mb_shell='/bin/sh'
+ fi
+
# inherited cflags & ldflags
mb_cflags_cmdline="$mb_cflags_cmdline $mb_cflags"
mb_ldflags_cmdline="$mb_ldflags_cmdline $mb_ldflags"