diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 10:43:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:43:56 +0100 |
commit | cf8b409e1638302db486e4c501f63386f506ae13 (patch) | |
tree | c4d7ab94857c2d547c106f9d3fca911f3d40ed59 /sys-cluster | |
parent | sys-cluster/legion: fix variable references (diff) | |
download | gentoo-cf8b409e1638302db486e4c501f63386f506ae13.tar.gz gentoo-cf8b409e1638302db486e4c501f63386f506ae13.tar.bz2 gentoo-cf8b409e1638302db486e4c501f63386f506ae13.zip |
sys-cluster/lustre: fix variable references
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/lustre/lustre-2.13.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/lustre/lustre-2.13.0-r1.ebuild b/sys-cluster/lustre/lustre-2.13.0-r1.ebuild index e6aa95831f00..23c6d7e1ab9b 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" |