trees: don't set mod on ./mk -d

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:13 +01:00
parent c429fc8e3f
commit dd60b2ee84

View file

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