From: Pavel Roskin <proski@gnu.org>
To: git@vger.kernel.org, Petr Baudis <pasky@suse.cz>
Subject: [PATCH 1/3] cg-mv doesn't work with bash 3.1.7 due to excessive quotes
Date: Thu, 02 Mar 2006 20:11:54 -0500 [thread overview]
Message-ID: <20060303011154.14619.71590.stgit@dv.roinet.com> (raw)
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[@]}"
next reply other threads:[~2006-03-03 1:12 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-03 1:11 Pavel Roskin [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060303011154.14619.71590.stgit@dv.roinet.com \
--to=proski@gnu.org \
--cc=git@vger.kernel.org \
--cc=pasky@suse.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).