commit: cf8b409e1638302db486e4c501f63386f506ae13
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 2 09:43:46 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 3 15:43:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf8b409e
sys-cluster/lustre: fix variable references
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-cluster/lustre/lustre-2.13.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-cluster/lustre/lustre-2.13.0-r1.ebuild
b/sys-cluster/lustre/lustre-2.13.0-r1.ebuild
index e6aa95831f0..23c6d7e1ab9 100644
--- a/sys-cluster/lustre/lustre-2.13.0-r1.ebuild
+++ b/sys-cluster/lustre/lustre-2.13.0-r1.ebuild
@@ -7,7 +7,7 @@ WANT_AUTOCONF="2.5"
WANT_AUTOMAKE="1.15"
WANT_LIBTOOL="latest"
-if [[ $PV = *9999* ]]; then
+if [[ ${PV} = *9999* ]]; then
scm="git-r3"
SRC_URI=""
EGIT_REPO_URI="git://git.whamcloud.com/fs/lustre-release.git"