diff options
-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" |