From 78de5825c7611a3dcd5e5862f10be7736bb5b447 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Fri, 27 Jan 2017 06:35:48 +0100
Subject: [PATCH] Fix PREFIX typo

---
 gitlab/functions.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitlab/functions.sh b/gitlab/functions.sh
index 6eaa8d8..101f82d 100644
--- a/gitlab/functions.sh
+++ b/gitlab/functions.sh
@@ -250,7 +250,7 @@ if [ -z "${DOCSERVER}" ]; then
   export_env DOCSERVER
 fi
 
-if [ -z "{PREFIX}" ]; then
+if [ -z "${PREFIX}" ]; then
   PREFIX=${CI_PROJECT_DIR}/build-prefix
   # In case we're setting-up the prefix, erase it if it exists
   if [ -d "${PREFIX}" ]; then
-- 
GitLab