commit: fe0c440967cf1d81b232887193dde97800eb9916
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 9 02:44:56 2019 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Jan 9 02:44:56 2019 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=fe0c4409
catalyst-auto-sparc64.conf: add line wraps
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
tools/catalyst-auto-sparc64.conf | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/tools/catalyst-auto-sparc64.conf b/tools/catalyst-auto-sparc64.conf
index 13784e8d..5f37ecd2 100644
--- a/tools/catalyst-auto-sparc64.conf
+++ b/tools/catalyst-auto-sparc64.conf
@@ -47,11 +47,11 @@ update_symlinks() {
}
upload() {
- rsync -e 'ssh -i /root/.ssh/id_rsa'
- -a
- --omit-dir-times
- --delay-updates
- "$@"
+ rsync -e 'ssh -i /root/.ssh/id_rsa' \
+ -a \
+ --omit-dir-times \
+ --delay-updates \
+ "$@" \
[email protected]:
}