Bug 484004: Start publishing Eclipse platform artifacts to Maven central
- syntax correction
diff --git a/releng/EnrichPoms/CBIaggregator.sh b/releng/EnrichPoms/CBIaggregator.sh
index 39a2485..14a1e91 100644
--- a/releng/EnrichPoms/CBIaggregator.sh
+++ b/releng/EnrichPoms/CBIaggregator.sh
@@ -166,7 +166,7 @@
 		other=`ls -d [!0-9]* 2> /dev/null`
         if `echo "${other}" | tr "\n" " " | egrep "^maven-metadata.xml maven-metadata.xml.md5 maven-metadata.xml.sha1 \$"`
         then
-        	; # clean -> proceed below
+        	: # clean -> proceed below
         else
         	exit 1 # unexpected content found, don't remove
         fi