diff options
author | Brandon Casey <drafnel@gmail.com> | 2011-05-26 13:52:04 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-05-26 15:04:05 -0700 |
commit | f5799e05c0e7fbee32ca32995c7c4a627eeff469 (patch) | |
tree | 1945b8153f319ddd74f6f64ebef8d08edbe6cfee /Documentation/git-update-ref.txt | |
parent | init/clone: remove short option -L and document --separate-git-dir (diff) | |
download | tgif-f5799e05c0e7fbee32ca32995c7c4a627eeff469.tar.xz |
git-submodule.sh: separate parens by a space to avoid confusing some shells
Some shells interpret '(( ))' according to the rules for arithmetic
expansion. This may not follow POSIX, but is prevalent in commonly used
shells. Bash does not have a problem with this particular instance of
'((', likely because it is not followed by a '))', but the public domain
ksh does, and so does ksh on IRIX 6.5.
So, add a space between the parenthesis to avoid confusing these shells.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-update-ref.txt')
0 files changed, 0 insertions, 0 deletions