trees: don't set mode on ./mk -b

mode is already initialised as an empty string

Signed-off-by: Leah Rowe <leah@libreboot.org>
25.04_branch
Leah Rowe 2025-04-12 01:48:42 +01:00
parent dd60b2ee84
commit 28ef540e74
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ main()
case "$_f" in
-d) dry=":" ;;
-b) mode="" ;;
-b) : ;;
-u) mode="oldconfig" ;;
-m) mode="menuconfig" ;;
-c) mode="distclean" ;;