From: Tim Rozet Date: Mon, 18 Apr 2016 18:03:13 +0000 (-0400) Subject: Quote missing X-Git-Tag: colorado.1.0~436^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F29%2F12429%2F2;p=functest.git 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 --- 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