ff30640702
When not downloading packages, the function "get_sources" returns early because it begins with: [ "$GETPKG" = y ] || return The problem is that in this case it returns with an exit code inherited from the last executed instruction, which is the test (and therefore "false"). The solution is to change to return 0. |
||
---|---|---|
.. | ||
func_book_parser | ||
func_check_version.sh | ||
func_compare.sh | ||
func_custom_pkgs | ||
func_download_pkgs | ||
func_install_blfs | ||
func_save.sh | ||
func_validate_configs.sh | ||
func_wrt_Makefile |