submodule: show full path in error message
commit1ae2e19a32729e21778b74f61794369203b58a1d
authorJohn Keeping <john@keeping.me.uk>
Sun, 16 Jun 2013 14:18:16 +0000 (16 15:18 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Jun 2013 20:30:01 +0000 (17 13:30 -0700)
treea7779d5829f82382ceaf9f077c0cc9a6fe3223e7
parenta82af0543a016e341f1efd689a60617b1029ae00
submodule: show full path in error message

When --recursive was added to "submodule foreach" in commit 15fc56a (git
submodule foreach: Add --recursive to recurse into nested submodules,
2009-08-19), the error message when the script returns a non-zero status
was not updated to contain $prefix to show the full path.  Fix this.

Signed-off-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-submodule.sh