mirror of
https://codeberg.org/canoeboot/cbmk.git
synced 2025-05-04 14:25:16 +01: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:
parent
c429fc8e3f
commit
dd60b2ee84
1 changed files with 1 additions and 3 deletions
|
@ -34,9 +34,7 @@ main()
|
|||
_f="$1"
|
||||
|
||||
case "$_f" in
|
||||
-d)
|
||||
mode=""
|
||||
dry=":" ;;
|
||||
-d) dry=":" ;;
|
||||
-b) mode="" ;;
|
||||
-u) mode="oldconfig" ;;
|
||||
-m) mode="menuconfig" ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue