summaryrefslogtreecommitdiffstats
path: root/auth/docker/dbuild
diff options
context:
space:
mode:
Diffstat (limited to 'auth/docker/dbuild')
-rw-r--r--auth/docker/dbuild2
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