summaryrefslogtreecommitdiff
path: root/sys-cluster/legion/legion-17.10.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/legion/legion-17.10.0.ebuild')
-rw-r--r--sys-cluster/legion/legion-17.10.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/legion/legion-17.10.0.ebuild b/sys-cluster/legion/legion-17.10.0.ebuild
index 53146a74ea42..b2a4fc2de9c9 100644
--- a/sys-cluster/legion/legion-17.10.0.ebuild
+++ b/sys-cluster/legion/legion-17.10.0.ebuild
@@ -7,7 +7,7 @@ inherit cmake-utils
DESCRIPTION="A data-centric parallel programming system"
HOMEPAGE="https://legion.stanford.edu/"
-if [[ $PV = 9999 ]]; then
+if [[ ${PV} = 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
else