Fix typo.
[rsync-web.git] / rsync-debug
1 #!/bin/sh
2
3 ulimit -c unlimited
4
5 # Some systems have "truss" or "tusc" instead of "strace".
6 # The -f option tells strace to follow children too.
7 # The -o option tells strace where to send its output.
8 strace -f -o /tmp/rsync-$$.out rsync "${@}"