summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-04-24 21:29:10 +0000
committermidipix <writeonce@midipix.org>2021-04-24 21:55:49 +0000
commit10e8f985fd3473e6b09d0bd1d958f7b6c681a18d (patch)
tree3c3f68981241baca65d35181f613c299b72a3b51 /configure
parent0e0929810012c4f2dccb6dd54e2c96594e933a28 (diff)
downloadsofort-10e8f985fd3473e6b09d0bd1d958f7b6c681a18d.tar.bz2
sofort-10e8f985fd3473e6b09d0bd1d958f7b6c681a18d.tar.xz
build system: allow projects to specify a default nickname.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index c1e0be5..4712b13 100755
--- a/configure
+++ b/configure
@@ -190,6 +190,10 @@ init_vars()
exit 1
fi
+ if [ -z "${NICKNAME}" ]; then
+ NICKNAME="$mb_nickname"
+ fi
+
# srcinfo
if [ -n "$SOURCE_DIR" ]; then
mb_source_dir_set=yes