Syntax fixes for Ash.
commitbcefe9ded8250718759f9f0924f3b936f45f2418
authorBenoit Sigoure <tsuna@lrde.epita.fr>
Sun, 25 Nov 2007 12:28:33 +0000 (25 13:28 +0100)
committerBenoit Sigoure <tsuna@lrde.epita.fr>
Sun, 25 Nov 2007 12:28:33 +0000 (25 13:28 +0100)
tree7b28a8bc2c14a5f71470de2b35dd9344e8e30093
parentb50d37ad0be13e13936ea218bcfc5b2f013ccbc7
Syntax fixes for Ash.

Debian's /bin/sh is dash which doesn't understand i=$((i + 1)) syntax.  The
variable must be prefixed by a `$' sign in the arithmetic expression:
i=$(($i + 1)).

Signed-off-by: Benoit Sigoure <tsuna@lrde.epita.fr>
svn-wrapper.sh