summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-12-23 08:43:42 +0000
committerLeah Rowe <leah@libreboot.org>2023-12-23 08:54:45 +0000
commit9d5d98ebaeb6555ed7d50cb566e297ee75ee3c83 (patch)
tree80c935e6df51b08875802f18c57116464fa74ae0 /build
parentaa525142aa872d805d3085819365ce8d51cb93d7 (diff)
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 <leah@libreboot.org>
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 551e9031..e06c1cea 100755
--- a/build
+++ b/build
@@ -45,7 +45,7 @@ main()
initialise_command $@ && shift 1
check_git
- check_project "fail"
+ check_project
git_init
execute_command $@