adium 5615:04ca6d39199f: I need to escape this even more.
commits at adium.im
commits at adium.im
Wed Jul 3 19:50:21 UTC 2013
details: http://hg.adium.im/adium/rev/04ca6d39199f
revision: 5615:04ca6d39199f
branch: adium-1.6
author: Thijs Alkemade <me at thijsalkema.de>
date: Wed Jul 03 21:49:58 2013 +0200
I need to escape this even more.
diffs (9 lines):
diff -r 914198ede47e -r 04ca6d39199f Release/upload-nightly.sh
--- a/Release/upload-nightly.sh Wed Jul 03 21:30:01 2013 +0200
+++ b/Release/upload-nightly.sh Wed Jul 03 21:49:58 2013 +0200
@@ -21,4 +21,4 @@
ssh ${NIGHTLY_USER}@${NIGHTLY_HOST} chmod go+r ${NIGHTLY_REPO}-${NIGHTLY_BRANCH}/${ADIUM_RELEASE_NAME}.dmg ${NIGHTLY_REPO}-${NIGHTLY_BRANCH}/latest.info ${NIGHTLY_REPO}-${NIGHTLY_BRANCH}/latestDelta.info ${NIGHTLY_REPO}-${NIGHTLY_BRANCH}/${ADIUM_RELEASE_NAME}.dmg.md5
-ssh ${NIGHTLY_USER}@${NIGHTLY_HOST} for file in ${NIGHTLY_REPO}-${NIGHTLY_BRANCH}/*.delta\; do chmod go+r $file done
+ssh ${NIGHTLY_USER}@${NIGHTLY_HOST} "for i in ${NIGHTLY_REPO}-${NIGHTLY_BRANCH}/*.delta; do chmod go+r \$i; done"
More information about the commits
mailing list