git-submodule: move ill placed shift.
commit00332b8152c541fcb8887019bb04dd425739d038
authorPierre Habouzit <madcoder@debian.org>
Mon, 21 Jul 2008 18:15:59 +0000 (21 20:15 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 2 Aug 2008 06:16:38 +0000 (1 23:16 -0700)
tree6ffee64e761615848fa4c1eb6fd9a3e598ad9e36
parent734a6ffafb754323a4cde51b61a6099b46d03466
git-submodule: move ill placed shift.

When running git submodule update -i, the "-i" is shifted before recursing
into cmd_init and then again outside of the loop. This causes some /bin/sh
to complain about shifting when there are no arguments left (and would
discard anything written after -i too).

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-submodule.sh