diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2017-07-02 16:02:32 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2017-07-02 16:02:32 +0000 |
commit | efd34d53a19e5d1436774deffb3fd1733e670b53 (patch) | |
tree | e21bcc89b89720a36b8564087b330f74f66c3aa6 /doc/hal/rsync_web.sh | |
parent | 81dd0533cc4df735e56d68c5e9f8dc404549aad5 (diff) | |
download | ChibiOS-efd34d53a19e5d1436774deffb3fd1733e670b53.tar.gz ChibiOS-efd34d53a19e5d1436774deffb3fd1733e670b53.tar.bz2 ChibiOS-efd34d53a19e5d1436774deffb3fd1733e670b53.zip |
Fixed bug #854.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10298 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'doc/hal/rsync_web.sh')
-rw-r--r-- | doc/hal/rsync_web.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/hal/rsync_web.sh b/doc/hal/rsync_web.sh index 48e7ec7a9..df0f6ae16 100644 --- a/doc/hal/rsync_web.sh +++ b/doc/hal/rsync_web.sh @@ -1,2 +1,2 @@ #!/bin/bash
-rsync -avP -e ssh --delete --exclude=.* ./html/ gdisirio,chibios@web.sourceforge.net:/home/groups/c/ch/chibios/htdocs/docs3/hal
\ No newline at end of file +rsync -avP -e ssh --delete --exclude=.* ./html/ gdisirio,chibios@web.sourceforge.net:/home/groups/c/ch/chibios/htdocs/docs3/hal
|