diff options
author | midipix <writeonce@midipix.org> | 2021-04-24 21:29:10 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-04-24 21:29:10 +0000 |
commit | 20435f9cf2828306c78f1ee12693be8025ab14ba (patch) | |
tree | a15ae2bc25f5cfbe5895c354a8e702e97c5de915 | |
parent | e71997ded91187eb93681cdf606ee78c630862ea (diff) | |
download | slibtool-20435f9cf2828306c78f1ee12693be8025ab14ba.tar.bz2 slibtool-20435f9cf2828306c78f1ee12693be8025ab14ba.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 |