Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2015-05-22 16:56:49 +0000
committerSam Davis2015-05-22 16:56:49 +0000
commitce467fb3ef6796d48e47611924b95cb6350cd43a (patch)
tree2724d93e7de821a68d7bfcd6f80ee7b0c7711dd4
parent5582ec91bcc9689e5b333eeb9efefa20388a0290 (diff)
downloadorg.eclipse.mylyn-ce467fb3ef6796d48e47611924b95cb6350cd43a.tar.gz
org.eclipse.mylyn-ce467fb3ef6796d48e47611924b95cb6350cd43a.tar.xz
org.eclipse.mylyn-ce467fb3ef6796d48e47611924b95cb6350cd43a.zip
preserve ACL when creating snapshot index
-rwxr-xr-xorg.eclipse.mylyn.releng/bin/generate-snapshot-index.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.releng/bin/generate-snapshot-index.sh b/org.eclipse.mylyn.releng/bin/generate-snapshot-index.sh
index 61026a29..7e45cd90 100755
--- a/org.eclipse.mylyn.releng/bin/generate-snapshot-index.sh
+++ b/org.eclipse.mylyn.releng/bin/generate-snapshot-index.sh
@@ -8,6 +8,5 @@ for f in `find -name *3.1*.zip -not -name *-api.zip | sort`; do
done
echo "</p></body><html>" >> index.html.temp
-rm -f index.html
-mv index.html.temp index.html
+cp index.html.temp index.html
popd > /dev/null

Back to the top