mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-18 23:24:11 +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:
+1
-1
@@ -52,7 +52,7 @@ forcepull=""
|
|||||||
|
|
||||||
trees()
|
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
|
while getopts $flags option
|
||||||
do
|
do
|
||||||
|
|||||||
Reference in New Issue
Block a user