diff options
author | midipix <writeonce@midipix.org> | 2021-04-24 21:29:10 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-04-24 21:29:44 +0000 |
commit | df9802da7c3ac4b97574ecbcf7e281a7ffc0aae9 (patch) | |
tree | 2e24eeb0ed6e2f59faf338d1aa077cab6364d6a3 | |
parent | e8d63b3bd43ad1f747d42d9c34f8134fa7552a32 (diff) | |
download | sbpython3-df9802da7c3ac4b97574ecbcf7e281a7ffc0aae9.tar.bz2 sbpython3-df9802da7c3ac4b97574ecbcf7e281a7ffc0aae9.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 |