summaryrefslogtreecommitdiff
path: root/include/tree.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-10-07 03:02:01 +0100
committerLeah Rowe <leah@libreboot.org>2025-10-07 03:02:01 +0100
commitfb95e4ad687e8263948ebcad4c403ce04b8b5a0d (patch)
treecadaa2b568d84bdf453638d7447194b654420996 /include/tree.sh
parentca5f0a5eddc39946e03c0a352ff9885f4a1e7d0c (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/tree.sh')
-rw-r--r--include/tree.sh2
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