diff options
author | Erich Eckner <git@eckner.net> | 2016-04-25 14:27:33 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-04-25 14:27:33 +0200 |
commit | 94a4488c5c59bd657a14c27b4316102206069127 (patch) | |
tree | 1d15e2558b2045588177276d0deb69a3fa524e3e | |
parent | 6b24b5a759ec65b7a0ce24f97741d8a254f0ed94 (diff) | |
download | archlinuxewe-94a4488c5c59bd657a14c27b4316102206069127.tar.xz |
archPackagesUpdate löscht nun alte Pakete wirklich(er)
-rwxr-xr-x | archPackagesUpdate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archPackagesUpdate b/archPackagesUpdate index a70fa95df..71cb78cd5 100755 --- a/archPackagesUpdate +++ b/archPackagesUpdate @@ -459,7 +459,7 @@ then neu="$1" for alt in $( ls -1 | \ - grep "^${neu%-*-*-*.pkg.tar.xz}-[^-]\+-[^-]\+-${arch}\.pkg\.tar\.xz\$" + grep "^${neu%-*-*-*.pkg.tar.xz}-[^-]\+-[^-]\+-'${arch}'\.pkg\.tar\.xz\$" ) do [ "${alt}" == "${neu}" ] && continue |