prep for signing
diff --git a/releng.control/commonVariations.shsource b/releng.control/commonVariations.shsource
index aa2b3df..70a45e6 100644
--- a/releng.control/commonVariations.shsource
+++ b/releng.control/commonVariations.shsource
@@ -115,4 +115,4 @@
 
 export DOWNLOAD_ROOT=/home/data/httpd/download.eclipse.org
 
-export SKIP_JAR_SIGNER=true
+export SKIP_JAR_SIGNING=true
diff --git a/releng.wtpbuilder/scripts/build/signjars.xml b/releng.wtpbuilder/scripts/build/signjars.xml
index 957f977..551bc81 100644
--- a/releng.wtpbuilder/scripts/build/signjars.xml
+++ b/releng.wtpbuilder/scripts/build/signjars.xml
@@ -260,6 +260,8 @@
         name="check.sign">
         <echo
             message="sign: ${sign}" />
+        <echo
+            message="skip jar signing: ${env.SKIP_JAR_SIGNING}" />            
         <condition
             property="doSign">
             <and>
@@ -270,8 +272,8 @@
                     casesensitive="false" />
                  <not>
                     <equals 
-                     arg1="${env.SKIP_JAR_SIGNER}"
-                     art2="true" 
+                     arg1="${env.SKIP_JAR_SIGNING}"
+                     arg2="true" 
                      trim="true"
                      casesensitive="false" />
                  </not>