We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b643211 commit d0c8084Copy full SHA for d0c8084
build.sh
@@ -547,7 +547,7 @@ make_pacman_conf() {
547
msg_debug "Use ${build_pacman_conf}"
548
549
if [[ "${nosigcheck}" = true ]]; then
550
- sed -r "s|^#?\\s*SigLevel.+|SigLevel = Never|g" ${build_pacman_conf} > "${work_dir}/pacman-${arch}.conf"
+ sed -r "s|^#?\\s*SigLevel.+|SigLevel = Never|g" "${build_pacman_conf}" > "${work_dir}/pacman-${arch}.conf"
551
else
552
cp "${build_pacman_conf}" "${work_dir}/pacman-${arch}.conf"
553
fi
0 commit comments