fix patch

This commit is contained in:
2025-08-29 14:00:42 -05:00
parent b1c89719d0
commit 0d515af0f0
4 changed files with 11 additions and 10 deletions

View File

@@ -76,7 +76,7 @@ set_completions() {
test -f "${HOME}/.bashrc" && source "${HOME}/.bashrc"
src_scripts || return 1
determine_pkg_mgr || return 1
check_compile_opts_override || return
check_compile_opts_override || return 1
if [[ $FB_RUNNING_AS_SCRIPT -eq 0 ]]; then
print_cmds || return 1