Re: [PATCH 1/3] cg-mv doesn't work with bash 3.1.7 due to excessive quotes

From: Junio C Hamano <junkio@cox.net>
Date: 2006-03-03 16:27:39
Pavel Roskin <proski@gnu.org> writes:

> -	ARGS2["${#ARGS2[@]}"]="$_git_relpath${arg%/}"
> +	ARGS2[${#ARGS2[@]}]="$_git_relpath${arg%/}"

Is this an application bug?  It looks like a workaround for a
bug in the shell...

Not that I care too much either way -- I do not use shell arrays
myself ;-).

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Fri Mar 03 16:28:14 2006

This archive was generated by hypermail 2.1.8 : 2006-03-03 16:28:28 EST