diff options
author | midipix <writeonce@midipix.org> | 2021-04-24 21:29:10 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-04-24 21:55:49 +0000 |
commit | 10e8f985fd3473e6b09d0bd1d958f7b6c681a18d (patch) | |
tree | 3c3f68981241baca65d35181f613c299b72a3b51 | |
parent | 0e0929810012c4f2dccb6dd54e2c96594e933a28 (diff) | |
download | sofort-10e8f985fd3473e6b09d0bd1d958f7b6c681a18d.tar.bz2 sofort-10e8f985fd3473e6b09d0bd1d958f7b6c681a18d.tar.xz |
build system: allow projects to specify a default nickname.
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |