fixed missing file check
This commit is contained in:
parent
458bca4766
commit
b72676d8a0
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ for d in "${target[@]}";do
|
|||
build_path="${cache_dir}/${d}"
|
||||
|
||||
requires_sudo=""
|
||||
source "${bp_path}/config"
|
||||
[ -f "${bp_path}/config" ] && source "${bp_path}/config"
|
||||
|
||||
grep -q 'sudo' "${bp_path}/install.sh" && [ "${requires_sudo}" != "0" ] && sudo_check=0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue