blob: 81003a2e7dae9aabaf73acf85230150de7f4282b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- tools/update-packaging/make_incremental_update.sh
+++ tools/update-packaging/make_incremental_update.sh
@@ -110,7 +110,7 @@
# Remove the /
newdir=$(echo "$newdir" | sed -e 's:\/$::')
fi
-workdir="$(mktemp -d)"
+workdir=$(cygpath -m "$(mktemp -d)")
updatemanifestv3="$workdir/updatev3.manifest"
mkdir -p "$workdir"
|