pentoo-updater: typo

This commit is contained in:
Rick Farina (Zero_Chaos) 2020-11-11 20:53:09 -05:00
parent 53bd931abe
commit 28b4403d85
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -146,11 +146,11 @@ check_profile () {
fi
# profile migration routine for amd64 17.0->17.1
if [ "${ARCH}" = "amd64" ]; then
#if [ "${ARCH}" = "amd64" ]; then
#if [ -L "/lib" ] || [ -e "/lib32" ] || [ -e "/usr/lib32" ]; then
# migrate_profile
#fi
fi
#fi
}
migrate_profile() {