diff options
author | Leah Rowe <leah@libreboot.org> | 2025-04-12 01:48:13 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-04-12 02:15:53 +0100 |
commit | 67ad7c2635c8d2da442c328cc9f11f4d0330a0a7 (patch) | |
tree | 6210cfa59c1aeb9cf847ddb9822ded58f3d0bf23 /script/trees | |
parent | 244489484199d8e5bcda4a821970be023f7b905b (diff) |
trees: don't set mod on ./mk -d
mode is already initialised as an empty string
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/trees')
-rwxr-xr-x | script/trees | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/script/trees b/script/trees index f8fad0a3..9cc6f9a2 100755 --- a/script/trees +++ b/script/trees @@ -34,9 +34,7 @@ main() _f="$1" case "$_f" in - -d) - mode="" - dry=":" ;; + -d) dry=":" ;; -b) mode="" ;; -u) mode="oldconfig" ;; -m) mode="menuconfig" ;; |