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

mode is already initialised as an empty string

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-04-12 01:48:42 +01:00
parent 67ad7c2635
commit 9be40e94a2
+1 -1
View File
@@ -35,7 +35,7 @@ main()
case "$_f" in
-d) dry=":" ;;
-b) mode="" ;;
-b) : ;;
-u) mode="oldconfig" ;;
-m) mode="menuconfig" ;;
-c) mode="distclean" ;;