mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
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:
+1
-3
@@ -34,9 +34,7 @@ main()
|
||||
_f="$1"
|
||||
|
||||
case "$_f" in
|
||||
-d)
|
||||
mode=""
|
||||
dry=":" ;;
|
||||
-d) dry=":" ;;
|
||||
-b) mode="" ;;
|
||||
-u) mode="oldconfig" ;;
|
||||
-m) mode="menuconfig" ;;
|
||||
|
||||
Reference in New Issue
Block a user