The exec-patch in site-patch.xml is broken due to a typo in a variable name:

on line 40 <exec command="wget &quot;${patch.Url}&quot;" dir="${drupal.ext.patch}" checkreturn="true"<code> should be <code><exec command="wget &quot;${patch.Url}&quot;" dir="${dast.ext.patch}" checkreturn="true"

Comments

allisterbeharry’s picture

Status: Active » Fixed

Fixed in 5.x-2.1

Anonymous’s picture

Status: Fixed » Closed (fixed)