Commit 6773a779 authored by Martin Pool's avatar Martin Pool

Oops, fix bash syntax

parent 2d4c8e59
...@@ -41,7 +41,7 @@ printmsg() { ...@@ -41,7 +41,7 @@ printmsg() {
} }
rsync_ls_lR { rsync_ls_lR() {
find "$@" -print | sort | xargs $TLS find "$@" -print | sort | xargs $TLS
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment