app-portage/repoman: add missing $ for var

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger
2020-11-04 07:24:04 -05:00
committed by Mike Frysinger
parent 413dbcb3ea
commit 0c1fa26762
4 changed files with 4 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ python_install() {
}
pkg_postinst() {
if [[ -z {REPLACING_VERSIONS} ]]; then
if [[ -z ${REPLACING_VERSIONS} ]]; then
elog ""
elog "This release of repoman is from the new portage/repoman split"
elog "release code base."

View File

@@ -50,7 +50,7 @@ python_install() {
}
pkg_postinst() {
if [[ -z {REPLACING_VERSIONS} ]]; then
if [[ -z ${REPLACING_VERSIONS} ]]; then
elog ""
elog "This release of repoman is from the new portage/repoman split"
elog "release code base."

View File

@@ -50,7 +50,7 @@ python_install() {
}
pkg_postinst() {
if [[ -z {REPLACING_VERSIONS} ]]; then
if [[ -z ${REPLACING_VERSIONS} ]]; then
elog ""
elog "This release of repoman is from the new portage/repoman split"
elog "release code base."

View File

@@ -50,7 +50,7 @@ python_install() {
}
pkg_postinst() {
if [[ -z {REPLACING_VERSIONS} ]]; then
if [[ -z ${REPLACING_VERSIONS} ]]; then
elog ""
elog "This release of repoman is from the new portage/repoman split"
elog "release code base."