From: Martin Pool Date: Tue, 27 Nov 2001 07:09:47 +0000 (+0000) Subject: Oops, fix bash syntax X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/6773a7798f41aece4794044dd851f26d29362b4d Oops, fix bash syntax --- diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns index 7508ce8e..fdc22264 100644 --- a/testsuite/rsync.fns +++ b/testsuite/rsync.fns @@ -41,7 +41,7 @@ printmsg() { } -rsync_ls_lR { +rsync_ls_lR() { find "$@" -print | sort | xargs $TLS }