Signed-off-by: Pavel Roskin <proski@xxxxxxx> --- cg-mv | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cg-mv b/cg-mv index c42853c..d5618ba 100755 --- a/cg-mv +++ b/cg-mv @@ -38,7 +38,7 @@ done # Strip trailing / which is something GIT does not bear well. ARGS2=() for arg in "${ARGS[@]}"; do - ARGS2["${#ARGS2[@]}"]="$_git_relpath${arg%/}" + ARGS2[${#ARGS2[@]}]="$_git_relpath${arg%/}" done git-mv $force "${ARGS2[@]}" - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html