Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
test-bzr: do not use unportable sed '\+'
author
Torsten Bögershausen
<tboegi@web.de>
Sat, 11 May 2013 13:25:52 +0000
(15:25 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 11 May 2013 19:51:19 +0000
(12:51 -0700)
Using sed -e '/[0-9]\+//' to find "one or more digits" is not
portable.
Use the Basic Regular Expression '/[0-9][0-9]*//' instead.
Signed-off-by: Torsten Bögershausen <tboegi@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
raw
|
patch
| inline |
side by side
(from:
8d97506
)
No differences found