diff options
author | Leah Rowe <leah@libreboot.org> | 2025-04-26 22:44:11 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-04-26 22:44:11 +0100 |
commit | 97a5e3d15edac08c36b889743c85b3ee0bad4064 (patch) | |
tree | dbf43315b6cf7c2911b0bc1af93b2e406cbe5d88 /mk | |
parent | 11cd952060d0e8c915b5d9ce456029ae3cd98125 (diff) |
mk: move git check to init.sh xbmk_set_version
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'mk')
-rwxr-xr-x | mk | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -23,11 +23,6 @@ main() { cmd="" && [ $# -gt 0 ] && cmd="$1" && shift 1 - for g in "command -v git" "git config --global user.name" \ - "git config --global user.email"; do - eval "$g 1>/dev/null 2>/dev/null || $err \"Unconfigured: $g\"" - done - case "$cmd" in version) printf "%s\nWebsite: %s\n" "$relname" "$projectsite" ;; release|download|inject) $cmd "$@" ;; |