Skip to content

Commit d0c8084

Browse files
committed
[fix] : fixed typo
1 parent b643211 commit d0c8084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ make_pacman_conf() {
547547
msg_debug "Use ${build_pacman_conf}"
548548

549549
if [[ "${nosigcheck}" = true ]]; then
550-
sed -r "s|^#?\\s*SigLevel.+|SigLevel = Never|g" ${build_pacman_conf} > "${work_dir}/pacman-${arch}.conf"
550+
sed -r "s|^#?\\s*SigLevel.+|SigLevel = Never|g" "${build_pacman_conf}" > "${work_dir}/pacman-${arch}.conf"
551551
else
552552
cp "${build_pacman_conf}" "${work_dir}/pacman-${arch}.conf"
553553
fi

0 commit comments

Comments
 (0)