summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Johnson <fenris02@fedoraproject.org>2012-11-03 02:47:01 -0500
committerD. Johnson <fenris02@fedoraproject.org>2012-11-03 02:47:01 -0500
commit6c8b69a2a15a350bad3534405faa47b994ace310 (patch)
tree9c56a6afb6bd9e264a450f86af1766c4c14045a8
parent471af6d8f9e348365b6b742ca3edd138a382f01c (diff)
downloadcleanup-6c8b69a2a15a350bad3534405faa47b994ace310.tar.gz
cleanup-6c8b69a2a15a350bad3534405faa47b994ace310.tar.xz
cleanup-6c8b69a2a15a350bad3534405faa47b994ace310.zip
Fix reaad typo
-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