From e281966f2278802d3d59e386a1e5456e0e8b368d Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 15 May 2024 03:01:25 +0100 Subject: remove check_project() (always set variables) in lbmk, we call check_project() to set variables such as projectname, version, version date this is unnecessary, because all main scripts use this functionality anyway do it by default Signed-off-by: Leah Rowe --- script/roms | 2 -- 1 file changed, 2 deletions(-) (limited to 'script/roms') diff --git a/script/roms b/script/roms index 48eba1d5..6891d2f5 100755 --- a/script/roms +++ b/script/roms @@ -31,8 +31,6 @@ eval "$(setvars "" ${v} boards _displaymode _payload _keyboard all targets \ main() { - check_project - while [ $# -gt 0 ]; do case ${1} in help) -- cgit v1.2.1