> Bugfix for handling variables with spaces in filenames
>
> * contrib/client-side/asvn
> (main): uses "$@" instead of $@
>
> patch by joerg.steffens < at > dass-it.de
r941728.
Even though, as Hyrum says, we are not really maintaining the 'contrib'
tree anymore ... this patch is simple and o
[Peter Samuelson]
> [Jörg Steffens]
>> * contrib/client-side/asvn
>> (main): uses "$@" instead of $@
>
> That's fine.
>
>> @@ -384,16 +412,17 @@
>> case "$1" in
>>checkout|co) CHDIR=true; ACTION="post";;
>>commit|ci)ACTION="pre";;
>> + status|st)ACTION="pre";;
>>
[Jörg Steffens]
> * contrib/client-side/asvn
> (main): uses "$@" instead of $@
That's fine.
> @@ -384,16 +412,17 @@
> case "$1" in
>checkout|co) CHDIR=true; ACTION="post";;
>commit|ci)ACTION="pre";;
> + status|st)ACTION="pre";;
>switch|sw)ACTION="post
[[[
Bugfix for handling variables with spaces in filenames
* contrib/client-side/asvn
(main): uses "$@" instead of $@
patch by joerg.steffens < at > dass-it.de
]]]
Index: contrib/client-side/asvn
===
--- contrib/client-side/asvn
4 matches
Mail list logo