summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Johnson <fenris02@fedoraproject.org>2012-11-07 23:36:00 -0600
committerD. Johnson <fenris02@fedoraproject.org>2012-11-07 23:36:00 -0600
commitf728f45c8afb3ac698919e1e10ae7b5b9a957541 (patch)
treeee415687e9191e284074d73902a35636b1d738cd
parentd12620efdeb7dc23d841a8883ff86447b11b6eeb (diff)
parent6c8b69a2a15a350bad3534405faa47b994ace310 (diff)
downloadcleanup-f728f45c8afb3ac698919e1e10ae7b5b9a957541.tar.gz
cleanup-f728f45c8afb3ac698919e1e10ae7b5b9a957541.tar.xz
cleanup-f728f45c8afb3ac698919e1e10ae7b5b9a957541.zip
Merge branch 'master' of git://fedorapeople.org/~fenris02/cleanup
-rwxr-xr-xdistro-clean.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/distro-clean.sh b/distro-clean.sh
index 86e343c..a843208 100755
--- a/distro-clean.sh
+++ b/distro-clean.sh
@@ -111,7 +111,7 @@ repoquery --installed --qf "%{nvra} - %{yumdb_info.reason}" \
package-cleanup -q --dupes > ${TMPDIR}/DUPLICATE-PACKAGES_${DS}.txt
[ -s ${TMPDIR}/DUPLICATE-PACKAGES_${DS}.txt ] && \
cat ${TMPDIR}/DUPLICATE-PACKAGES_${DS}.txt | \
- while reaad PKGNAME; do
+ while read PKGNAME; do
rpm -q --qf 'reinstall %{name}.%{arch}\n' $PKGNAME >> $YSHELL
done