From 5d646fd638f7beca1eebe695bcfe6f1c4405900b Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Mon, 18 Apr 2016 14:03:13 -0400 Subject: Quote missing The missing " was causing some problems, like the REPOS_DIR variable missing Previous: Fixes unset REPOS_DIR var REPOS_DIR never gets set in the script, and it looks like it should be /home/opnfv/repos according to what is in the container. This patch defaults it to that location. Change-Id: I739f7df52f4a0f3506fd77d72dfb09a4658f06c0 Signed-off-by: Tim Rozet --- docker/prepare_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker') diff --git a/docker/prepare_env.sh b/docker/prepare_env.sh index c9bc99201..b1aa71738 100755 --- a/docker/prepare_env.sh +++ b/docker/prepare_env.sh @@ -22,7 +22,7 @@ where: -h|--help show this help text examples: - $(basename "$0") + $(basename "$0")" # Parse parameters -- cgit 1.2.3-korg