diff options
author | midipix <writeonce@midipix.org> | 2021-04-24 21:29:10 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-04-24 21:29:43 +0000 |
commit | 0517bcf3b9b24daa2127c5782756462319157a64 (patch) | |
tree | a5999f5d49aa4256cea63148a41457449b4cb0a3 /configure | |
parent | 0dbab7416e35154c81804fdf3a8bd364e0a77c18 (diff) | |
download | bcparser-0517bcf3b9b24daa2127c5782756462319157a64.tar.bz2 bcparser-0517bcf3b9b24daa2127c5782756462319157a64.tar.xz |
build system: allow projects to specify a default nickname.
Diffstat (limited to 'configure')
-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 |