diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2007-06-06 16:24:07 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-06-06 12:31:56 -0700 |
commit | c12764b8b7e004f84b1e685b76f2d662bee8e196 (patch) | |
tree | 5b5e2ea7322c8598ca596cfda0e43fcedb80402c /run-command.h | |
parent | d674ee4cfcfc15cdee07c49d7f36656fe6c3e14d (diff) | |
download | git-c12764b8b7e004f84b1e685b76f2d662bee8e196.tar.gz |
filter-branch: use $(($i+1)) instead of $((i+1))
The expression $((i+1)) is not portable at all: even some bash versions
do not grok it. So do not use it.
Noticed by Jonas Fonseca.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'run-command.h')
0 files changed, 0 insertions, 0 deletions