From 9d5d98ebaeb6555ed7d50cb566e297ee75ee3c83 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 23 Dec 2023 08:43:42 +0000 Subject: set version/projectname properly lbmk used to set version/versiondate directly in err.sh, but now it's handled there by a function, which is called by the main script. script/update/release hadn't yet been adapted. the only change necessary is to call check_project() script/update/trees also makes use of it script/build/roms is using "projectname" Signed-off-by: Leah Rowe --- script/build/roms | 2 ++ 1 file changed, 2 insertions(+) (limited to 'script/build') diff --git a/script/build/roms b/script/build/roms index f72b66b6..066c5b2e 100755 --- a/script/build/roms +++ b/script/build/roms @@ -28,6 +28,8 @@ eval "$(setvars "" ${v} boards _displaymode _payload _keyboard all targets)" main() { + check_project + while [ $# -gt 0 ]; do case ${1} in help) -- cgit v1.2.1