summaryrefslogtreecommitdiffstats
path: root/build/gmg-backend-install.sh
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-11-29 19:20:18 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-11-29 19:20:18 +0530
commit4a0ad5820eb5b03d777c12a233c24bd3b2264aef (patch)
tree727d428ee4fad90ed587d026e8adcc5356877e37 /build/gmg-backend-install.sh
parent94cd067984b5e3324a6f9e2928c367a741cfa2c1 (diff)
Used correct variable name GMGBE_ARCHIVE_PATH instead of GMG_ARCHIVE_PATH
Diffstat (limited to 'build/gmg-backend-install.sh')
-rwxr-xr-xbuild/gmg-backend-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/gmg-backend-install.sh b/build/gmg-backend-install.sh
index 13531cda..389c5094 100755
--- a/build/gmg-backend-install.sh
+++ b/build/gmg-backend-install.sh
@@ -52,7 +52,7 @@ function get_gmg_version()
{
# Format is /path/to/glustermg-backend-version.tar.gz
# Remove prefix
- PART1=${GMG_ARCHIVE_PATH#*glustermg-backend-}
+ PART1=${GMGBE_ARCHIVE_PATH#*glustermg-backend-}
# Remove suffix
GMG_VERSION=${PART1%.tar.gz}