Do not use `echo -n', use `printf' instead.
commit7e7a396ea63c967534f58644f749aae5729b7058
authorBenoit Sigoure <tsuna@lrde.epita.fr>
Tue, 6 Nov 2007 19:17:16 +0000 (6 20:17 +0100)
committerBenoit Sigoure <tsuna@lrde.epita.fr>
Tue, 6 Nov 2007 19:17:16 +0000 (6 20:17 +0100)
treecf7d333e590d6b8266ac58032499784ae3722932
parentd4ce5f8661fe89d7426161f3d5cd134649003588
Do not use `echo -n', use `printf' instead.

Yes, we're in 2007, but Apple is shipping "the world's most advanced OS"
with a version of /bin/sh that doesn't even have a working `echo' builtin.
I mean, it's not like it's the kind of builtin that's *hard* to get right.

Signed-off-by: Benoit Sigoure <tsuna@lrde.epita.fr>
svn-wrapper.sh