1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-11-06 17:23:00 +01:00
git/contrib/remote-helpers
Torsten Bögershausen 0e9b327227 remote-helpers/test-bzr.sh: do not use "grep '\s'"
Using grep "devel\s\+3:" to find at least one whitspace is not
portable on all grep versions; not all grep versions understand "\s"
as a "whitespace".

Use a literal TAB followed by SPACE.

The + as a qualifier for "one or more" is not a basic regular
expression; use egrep instead of grep.

Signed-off-by: Torsten Bögershausen <tboegi@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2013-04-07 08:41:34 -07:00
..
git-remote-hg remote-hg: Fix biridectionality -> bidirectionality typos 2013-01-08 09:37:05 -08:00
Makefile remote-hg: add basic tests 2012-11-04 08:35:20 -05:00
test-hg-bidi.sh remote-hg: Fix biridectionality -> bidirectionality typos 2013-01-08 09:37:05 -08:00
test-hg-hg-git.sh remote-hg: add extra author test 2012-11-04 08:35:21 -05:00
test-hg.sh remote-helpers/test-bzr.sh: do not use "grep '\s'" 2013-04-07 08:41:34 -07:00