summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xarchPackagesUpdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/archPackagesUpdate b/archPackagesUpdate
index 56f8132d..e98a264c 100755
--- a/archPackagesUpdate
+++ b/archPackagesUpdate
@@ -219,7 +219,7 @@ then
[ ! "${arch}" == "any" ] && [ ! "${arch}" == "${oarch}" ] && continue
for zuLoeschen in $( \
- ls ${arch}/${paket}-*-${oarch}.pkg.tar.xz | \
+ ls ${arch}/${paket}-*-${oarch}.pkg.tar.xz 2> /dev/null | \
grep -v "${arch}/${paket}-${vers}-${oarch}.pkg.tar.xz" \
)
do