diff options
author | Sai Gandham <sg481n@att.com> | 2018-03-30 14:07:11 -0500 |
---|---|---|
committer | Sai Gandham <sg481n@att.com> | 2018-03-30 14:07:25 -0500 |
commit | 1eb6678db673759f0f95b1aedfcb4fe55c7152a2 (patch) | |
tree | 3e52d3368479a448902d9d3e8711571efec58268 /auth/docker | |
parent | c39fa1e08ccca50b5b0d1547c9da728c39f0abd2 (diff) |
Remove spaces from dockerbuild script
Issue-ID: AAF-208
Change-Id: Ib098aaf4f8898dd54c13c8bf5806afce1f44405e
Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'auth/docker')
-rw-r--r-- | auth/docker/dbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/docker/dbuild b/auth/docker/dbuild index 15bc1b0e..55f5abba 100644 --- a/auth/docker/dbuild +++ b/auth/docker/dbuild @@ -5,7 +5,7 @@ VERSION=2.1.0-SNAPSHOT # TODO add ability to do DEBUG settings -if [ "$1" == "" ]; then +if ["$1" == ""]; then AAF_COMPONENTS=`ls ../aaf_*HOT/bin | grep -v '\.'` else AAF_COMPONENTS=$1 |