Quote missing
authorTim Rozet <trozet@redhat.com>
Mon, 18 Apr 2016 18:03:13 +0000 (14:03 -0400)
committerjose.lausuch <jose.lausuch@ericsson.com>
Tue, 19 Apr 2016 08:25:14 +0000 (10:25 +0200)
commit5d646fd638f7beca1eebe695bcfe6f1c4405900b
tree53f523fd4d902792c74334e757f565cc41ad0aea
parent99e12689825a0fb827f8b966a3a82fb91106b160
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>
docker/prepare_env.sh