Remove spaces from dockerbuild script
[aaf/authz.git] / auth / docker / dbuild
index 15bc1b0..55f5abb 100644 (file)
@@ -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