summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-10-07 02:36:46 +0100
committerLeah Rowe <leah@libreboot.org>2023-10-07 02:46:47 +0100
commitfa8e204f144ebe318f6173d2570dd90d50dace87 (patch)
tree945341ccd5d308cf7a24fd75d53ba83aaf691a7f /build
parent24584296a8f93f3bd9d81bd050e3b4ec33fcfaf2 (diff)
unified projectname/version/versiondate handling
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'build')
-rwxr-xr-xbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/build b/build
index 50a291ed..fc506a9c 100755
--- a/build
+++ b/build
@@ -11,7 +11,7 @@ set -u -e
. "include/err.sh"
. "include/option.sh"
-eval "$(setvars "" mode option project version versiondate aur_notice tmpdir)"
+eval "$(setvars "" mode option aur_notice tmpdir)"
tmpdir_was_set="y"
set | grep TMPDIR 1>/dev/null 2>/dev/null || tmpdir_was_set="n"
@@ -119,7 +119,7 @@ usage()
Example: ./build coreboot list, which would yield:
$(./build coreboot list)
- Refer to ${project} documentation for more info.
+ Refer to ${projectname} documentation for more info.
EOF
}