Fix t4201: accidental arithmetic expansion
commit238128d88885b5d0f5a3e28d392362a9b267a03f
authorAlex Riesen <raa.lkml@gmail.com>
Fri, 13 Apr 2007 20:13:10 +0000 (13 22:13 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 16 Apr 2007 23:52:55 +0000 (16 16:52 -0700)
tree82e31f5e38269f9ab75a2979fc1db656f07d4eff
parent3d711d97a0db41633a5137e47358cf503b91b074
Fix t4201: accidental arithmetic expansion

instead of embedded subshell. It actually breaks here (dash as /bin/sh):

t4201-shortlog.sh: 27: Syntax error: Missing '))'
FATAL: Unexpected exit with code 2

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t4201-shortlog.sh