Comment 6 for bug 638267

Revision history for this message
Lorenzo De Liso (blackz) wrote :

"for LIST in for LIST in $(find /etc/apt/ -name "*.list" -exec readlink '{}' \;); do" instead of "for LIST in for LIST in $(find /etc/apt/ -name "*.list" -exec readlink '{}' \;); do; do" (which doesn't exist in the latest ppa-purge version) should be modified. However, I applied your change and I will include that in the latest ppa-purge version. Thanks!