aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/pd-extended-source-tarball.sh
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-10-30 18:00:27 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-10-30 18:00:27 +0000
commitf8f0cf8d4893c30b498ba30873b8cda02d75e587 (patch)
treeb143698e2bc416cbb1fc14585507a6a21e38d04c /scripts/auto-build/pd-extended-source-tarball.sh
parent078a96953d751363fdb390499dd5c140cf604803 (diff)
untabify again
svn path=/trunk/; revision=16494
Diffstat (limited to 'scripts/auto-build/pd-extended-source-tarball.sh')
-rwxr-xr-xscripts/auto-build/pd-extended-source-tarball.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/auto-build/pd-extended-source-tarball.sh b/scripts/auto-build/pd-extended-source-tarball.sh
index bd51fa96..f82e2f60 100755
--- a/scripts/auto-build/pd-extended-source-tarball.sh
+++ b/scripts/auto-build/pd-extended-source-tarball.sh
@@ -11,7 +11,7 @@ rsync_file()
file=$1
file_upload=$(basename $file)
# if the rsync fails, ignore and carry on
- (rsync -a ${file} rsync://${RSYNC_SERVER}/upload/${DATE}/${file_upload} && \
+ (rsync -a ${file} rsync://${RSYNC_SERVER}/upload/${DATE}/${file_upload} && \
echo "successfully uploaded: ${file_upload}") || \
true
}