diff options
author | Leah Rowe <leah@libreboot.org> | 2025-04-12 01:48:42 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-04-12 02:15:53 +0100 |
commit | 9be40e94a2bae62ec3335a4922d1e84bef1db098 (patch) | |
tree | 730482e37d73cd8f64639f8223862045bd2053fa /script/trees | |
parent | 67ad7c2635c8d2da442c328cc9f11f4d0330a0a7 (diff) |
trees: don't set mode on ./mk -b
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/trees b/script/trees index 9cc6f9a2..67bba7c1 100755 --- a/script/trees +++ b/script/trees @@ -35,7 +35,7 @@ main() case "$_f" in -d) dry=":" ;; - -b) mode="" ;; + -b) : ;; -u) mode="oldconfig" ;; -m) mode="menuconfig" ;; -c) mode="distclean" ;; |