mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-25 13:29:03 +02:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user