[s3-crypto~source:9] removed debugging message
- From: gbrunett@kenai.com
- To: commits@s3-crypto.kenai.com
- Subject: [s3-crypto~source:9] removed debugging message
- Date: Thu, 11 Jun 2009 01:47:07 +0000
Project: s3-crypto
Repository: source
Revision: 9
Author: gbrunett
Date: 2009-06-11 01:46:31 UTC
Link: http://kenai.com/projects/s3-crypto/sources/source/revision/9
Log Message:
------------
removed debugging message
Modified Paths:
---------------
s3-crypto.ksh
Diffs:
------
diff -r c29a408b1c0b -r b17adce9918d s3-crypto.ksh
--- a/s3-crypto.ksh Wed Jun 10 17:08:42 2009 -0400
+++ b/s3-crypto.ksh Wed Jun 10 21:46:31 2009 -0400
@@ -346,9 +346,6 @@
if [ ${file_count} -eq 0 ]; then
${cmd_name} ${cmd_mode} ${bucket} ${remote_file} ${tmp_file}
else
-echo ""
-echo "FOUND MULTIPLE: ${file_count} == ${file_list}"
-echo ""
touch ${tmp_file}
for r_file in ${file_list}; do
l_file="${tmp_dir}/`basename ${r_file}`"
|
[s3-crypto~source:9] removed debugging message |
gbrunett | 06/11/2009 |





