git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] cg-mv doesn't work with bash 3.1.7 due to excessive quotes
@ 2006-03-03  1:11 Pavel Roskin
  2006-03-03  1:11 ` [PATCH 2/3] Make tutorial-script work with current cogito Pavel Roskin
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Pavel Roskin @ 2006-03-03  1:11 UTC (permalink / raw)
  To: git, Petr Baudis



Signed-off-by: Pavel Roskin <proski@gnu.org>
---

 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[@]}"

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-03-19 22:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-03  1:11 [PATCH 1/3] cg-mv doesn't work with bash 3.1.7 due to excessive quotes Pavel Roskin
2006-03-03  1:11 ` [PATCH 2/3] Make tutorial-script work with current cogito Pavel Roskin
2006-03-19 22:37   ` Petr Baudis
2006-03-03  1:11 ` [PATCH 3/3] Allow the tutorial script to be run by "make test" Pavel Roskin
2006-03-03  5:27 ` [PATCH 1/3] cg-mv doesn't work with bash 3.1.7 due to excessive quotes Junio C Hamano
2006-03-03 14:11   ` Pavel Roskin
2006-03-10 20:48     ` Pavel Roskin
2006-03-03 16:34   ` Josef Weidendorfer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).