diff --git a/app/update-packaging/xz_to_bzip b/app/update-packaging/xz_to_bzip index b1ee94868d..b06f4895a5 100755 --- a/app/update-packaging/xz_to_bzip +++ b/app/update-packaging/xz_to_bzip @@ -28,6 +28,11 @@ cd "$tmp_dir" mkdir in cd in +if [ "`uname -o 2> /dev/null`" = "Cygwin" ]; then + infile=$(cygpath -w "$infile") + outfile=$(cygpath -w "$outfile") +fi + echo "Extracting MAR" $mar -x "$infile"