Bug 510072: Scripts & tool for publishing to Maven Central should
migrate to releng git

- debugging failed baseline match
diff --git a/releng/EnrichPoms/publishJDT.sh b/releng/EnrichPoms/publishJDT.sh
index d504bc3..7196dad 100644
--- a/releng/EnrichPoms/publishJDT.sh
+++ b/releng/EnrichPoms/publishJDT.sh
@@ -52,7 +52,7 @@
 		return 0
 	else
 		echo -n "different versions for ${name}: ${version} vs."
-		eval echo \\${VERSION_$name}
+		eval echo \${VERSION_$name}
 		echo
 		return 1
 	fi