t9129-git-svn-i18n-commitencoding: Make compare_svn_head_with() compatible with OSX sed
commit26d6cc555db0144961bcb3537312cc5a7b6d84d1
authorMarcel Koeppen <git-dev@marzelpan.de>
Wed, 26 Nov 2008 16:51:01 +0000 (26 17:51 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Nov 2008 18:09:52 +0000 (26 10:09 -0800)
treec53e6e7efa1d772b84b6c681fd70a36755710b30
parent73c427eb99a9bb8a3ade40809194405ddb1fd733
t9129-git-svn-i18n-commitencoding: Make compare_svn_head_with() compatible with OSX sed

The sed call used in compare_svn_head_with() uses the + quantifier, which
is not supported in the OSX version of sed. It is replaced by the
equivalent \{1,\}.

Signed-off-by: Marcel Koeppen <git-dev@marzelpan.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9129-git-svn-i18n-commitencoding.sh