mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
@@ -26,14 +26,13 @@ main()
|
|||||||
case "$cmd" in
|
case "$cmd" in
|
||||||
version) printf "%s\nWebsite: %s\n" "$relname" "$projectsite" ;;
|
version) printf "%s\nWebsite: %s\n" "$relname" "$projectsite" ;;
|
||||||
release|download|inject) $cmd "$@" ;;
|
release|download|inject) $cmd "$@" ;;
|
||||||
-*) return 0 ;;
|
-*) return 1 ;;
|
||||||
*) err "bad command" ;;
|
*) err "bad command" ;;
|
||||||
esac
|
esac
|
||||||
set -u -e # some commands disable them. turn them on!
|
set -u -e # some commands disable them. turn them on!
|
||||||
return 1
|
|
||||||
}
|
}
|
||||||
|
|
||||||
main "$@" || exit 0
|
main "$@" && exit 0
|
||||||
|
|
||||||
. "include/tree.sh"
|
. "include/tree.sh"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user