Re: spaces in command line message arg (-m)
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2003-11-17 22:37:06 CET
Chiang Seng Chang wrote:
Yes, that's the problem. Put quotes around $@. Unlike "$*", "$@" in quotes expands to multiple separately-quoted strings, which is what you need:
/usr/bin/svn "$@"
> umask $xumask
- Julian
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.