diff options
author | Tim Rozet <trozet@redhat.com> | 2016-04-18 14:03:13 -0400 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2016-04-19 10:25:14 +0200 |
commit | 5d646fd638f7beca1eebe695bcfe6f1c4405900b (patch) | |
tree | 53f523fd4d902792c74334e757f565cc41ad0aea | |
parent | 99e12689825a0fb827f8b966a3a82fb91106b160 (diff) |
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 <trozet@redhat.com>
-rwxr-xr-x | docker/prepare_env.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |