We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92053f3 commit 4f31c85Copy full SHA for 4f31c85
1 file changed
system/pkgbuild.sh
@@ -116,7 +116,7 @@ if (( "${#pkgbuild_dirs[@]}" != 0 )); then
116
done
117
fi
118
119
-if readarray deletepkg < <(pacman -Qtdq) && (( "${#deletepkg[@]}" != 0 )); then
+if readarray -t deletepkg < <(pacman -Qtdq) && (( "${#deletepkg[@]}" != 0 )); then
120
pacman -Rsnc "${deletepkg[@]}" "${pacman_args[@]}"
121
122
0 commit comments