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 2444894841
commit 67ad7c2635
+1 -3
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" ;;