summaryrefslogtreecommitdiff
path: root/archPackagesUpdate
diff options
context:
space:
mode:
Diffstat (limited to 'archPackagesUpdate')
-rwxr-xr-xarchPackagesUpdate3
1 files changed, 2 insertions, 1 deletions
diff --git a/archPackagesUpdate b/archPackagesUpdate
index e7435c552..af96d5989 100755
--- a/archPackagesUpdate
+++ b/archPackagesUpdate
@@ -421,7 +421,8 @@ for paket in $( \
"${pkgFile_a} ${pkgFile_b}" \
| sort -k2,2 -k1V,1 \
| uniq -df1 \
- | grep -qxF "${pkgFile_a} ${pkgFile_b}"; then
+ | grep -qxF "${pkgFile_a} ${pkgFile_b}" \
+ && ! ${force}; then
continue
fi
printf '%s\n' "${singleArch}"