--- a/test/make/configure.vm Mon Feb 04 15:09:39 2019 +0100
+++ b/test/make/configure.vm Mon Feb 04 18:40:33 2019 +0100
@@ -307,7 +307,7 @@
while true
do
#if( $dependency.platform )
- if ! isplatform "${sub.platform}"; then
+ if ! isplatform "${dependency.platform}"; then
break
fi
#end