diff options
author | midipix <writeonce@midipix.org> | 2021-04-24 21:29:10 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-04-24 21:29:45 +0000 |
commit | 7edd04d4fa67279edf6594550d3753188e0cedb9 (patch) | |
tree | 1b5d9d26f9b9529ce03c572f2dc2b14224bbbab6 | |
parent | 840e609216d74cd9d949215c09ea18428bb4778d (diff) | |
download | sltdl-7edd04d4fa67279edf6594550d3753188e0cedb9.tar.bz2 sltdl-7edd04d4fa67279edf6594550d3753188e0cedb9.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 |