diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-15 22:10:37 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-15 22:10:37 +0100 |
| commit | 0c41ea82ddcfca18b03b7311520aff16a081b505 (patch) | |
| tree | 3c9750b732074bef2ec9138abee1e3f4da918023 | |
| parent | bbc56b714b724d3c1176adc014239a039dfe2e53 (diff) | |
mk: move config back to getopt
really pointless doing it here. do it in the loop.
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -rwxr-xr-x | mk | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -104,6 +104,8 @@ main() if_not_dry_build=":" ;; -f|-F) # download source code for a project + if_do_make=":" + if_not_do_make="" if_dry_build="" if_not_dry_build=":" [ "$flag" = "-F" ] && \ @@ -125,10 +127,6 @@ main() if_make_config="" if_not_make_config=":" fi - if [ "$flag" = "-F" ] || [ "$flag" = "-f" ]; then - if_do_make=":" - if_not_do_make="" - fi if [ -z "${OPTARG+x}" ]; then shift 1 |
