summaryrefslogtreecommitdiff
path: root/t/t9154-git-svn-fancy-glob.sh
diff options
context:
space:
mode:
authorLibravatar Torsten Bögershausen <tboegi@web.de>2013-05-11 15:25:52 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-05-11 12:51:19 -0700
commit8d97506e4b972f11ab918bfaaebe036111b249dc (patch)
treec323029be922d265ddec5504b9481d67b5520758 /t/t9154-git-svn-fancy-glob.sh
parentMerge git://git.bogomips.org/git-svn (diff)
downloadtgif-8d97506e4b972f11ab918bfaaebe036111b249dc.tar.xz
test-bzr: do not use unportable sed '\+'
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>
Diffstat (limited to 't/t9154-git-svn-fancy-glob.sh')
0 files changed, 0 insertions, 0 deletions