default: ]] in profile.bashrc fixed

This commit is contained in:
Kolan Sh 2013-10-25 12:47:12 +04:00
parent b4a001406f
commit 89f228e10a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if [[ ${CATEGORY}/${PN} = sys-apps/sandbox ]] \
|| [[ ${CATEGORY}/${PN} = sys-apps/coreutils ]] \
|| [[ ${CATEGORY}/${PN} = dev-libs/elfutils ]] \
|| [[ ${CATEGORY}/${PN} = sys-apps/shadow ]] \
|| [[ ${CATEGORY}/${PN} = dev-lang/python]] \
|| [[ ${CATEGORY}/${PN} = dev-lang/python ]] \
|| [[ ${CATEGORY}/${PN} = dev-libs/glib ]] \
|| [[ ${CATEGORY}/${PN} = sys-fs/e2fsprogs ]] \
|| [[ ${CATEGORY}/${PN} = net-misc/openssh ]] \