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)
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

index c9bc992..b1aa717 100755 (executable)
@@ -22,7 +22,7 @@ where:
     -h|--help         show this help text
 
 examples:
-    $(basename "$0")
+    $(basename "$0")"
 
 
 # Parse parameters