Index: /trunk/build.xml
===================================================================
--- /trunk/build.xml	(revision 7841)
+++ /trunk/build.xml	(revision 7842)
@@ -180,5 +180,5 @@
     <!-- Windows target -->
     <target name="distwin" depends="dist">
-        <exec dir="windows" executable="josm-setup-unix.sh">
+        <exec dir="windows" executable="./josm-setup-unix.sh">
             <arg value="${version.entry.commit.revision}"/>
             <arg value="../dist/josm-custom.jar"/>
Index: /trunk/windows/josm-setup-unix.sh
===================================================================
--- /trunk/windows/josm-setup-unix.sh	(revision 7841)
+++ /trunk/windows/josm-setup-unix.sh	(revision 7842)
@@ -46,5 +46,5 @@
   export VERSION=$1
   export JOSM_BUILD="no"
-  export WEBKIT_DOWNLAD="yes"
+  export WEBKIT_DOWNLOAD="yes"
   export JOSM_FILE=$2
 elif [ -n "$1" ]; then
@@ -52,5 +52,5 @@
   export VERSION=$1
   export JOSM_BUILD="no"
-  export WEBKIT_DOWNLAD="no"
+  export WEBKIT_DOWNLOAD="no"
   export JOSM_FILE="/home/josm/www/download/josm-tested.jar"
 else
