[Swift-commit] r4857 - www
wozniak at ci.uchicago.edu
wozniak at ci.uchicago.edu
Tue Jul 26 13:42:32 CDT 2011
Author: wozniak
Date: 2011-07-26 13:42:32 -0500 (Tue, 26 Jul 2011)
New Revision: 4857
Modified:
www/push_to.sh
Log:
Add presentations/nothing; fix chgrp call
Modified: www/push_to.sh
===================================================================
--- www/push_to.sh 2011-07-26 18:37:47 UTC (rev 4856)
+++ www/push_to.sh 2011-07-26 18:42:32 UTC (rev 4857)
@@ -42,6 +42,7 @@
docs/license.php
docs/tracking_policy.php
docs/usage_data.php
+presentations/nothing
presentations/SULI_2011/suli.pptx
presentations/SULI_2011/suli.pdf
presentations/SULI_2011/suli-examples.tgz
@@ -121,7 +122,7 @@
chgrp $GROUP $DESTINATION/$destination_dir
chmod $CHMOD_DIRECTORY_MODE $DESTINATION/$destination_dir
cp -u $FILE $DESTINATION/$destination_dir
- chgrp $GROUP $DESTINATION/$destination_dir/$FILE
+ chgrp $GROUP $DESTINATION/$FILE
chmod $CHMOD_FILE_MODE $DESTINATION/$FILE
done
More information about the Swift-commit
mailing list