diff options
author | Leah Rowe <leah@libreboot.org> | 2025-10-07 03:02:01 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-10-07 03:02:01 +0100 |
commit | fb95e4ad687e8263948ebcad4c403ce04b8b5a0d (patch) | |
tree | cadaa2b568d84bdf453638d7447194b654420996 /include | |
parent | ca5f0a5eddc39946e03c0a352ff9885f4a1e7d0c (diff) |
tree.sh: add missing -F flag
i support -F, but didn't include it in the
actual getopt string.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/tree.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tree.sh b/include/tree.sh index cb406233..2020c450 100644 --- a/include/tree.sh +++ b/include/tree.sh @@ -52,7 +52,7 @@ forcepull="" trees() { - flags="f:b:m:u:c:x:s:l:n:d:" + flags="f:F:b:m:u:c:x:s:l:n:d:" while getopts $flags option do |