From f8f0cf8d4893c30b498ba30873b8cda02d75e587 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 30 Oct 2012 18:00:27 +0000 Subject: untabify again svn path=/trunk/; revision=16494 --- scripts/auto-build/pd-extended-source-tarball.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/auto-build/pd-extended-source-tarball.sh') 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 } -- cgit v1.2.1