summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2014-07-26 23:02:19 +1000
committerBrendan O'Dea <bod@debian.org>2014-07-26 23:02:19 +1000
commit1478ff707e5ee363e525b1816bdc1f28502637da (patch)
tree7c1d8781878ef789d4eac69ced2fc21ce62a8e91 /build-aux
parent722f353c014142933d330ed30b1a0fd67fa9a704 (diff)
downloadhelp2man-1478ff707e5ee363e525b1816bdc1f28502637da.tar.gz
Match filename with .tmp suffix
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/fixup-texi-trans2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/fixup-texi-trans b/build-aux/fixup-texi-trans
index 5e7979c..f407a86 100755
--- a/build-aux/fixup-texi-trans
+++ b/build-aux/fixup-texi-trans
@@ -26,7 +26,7 @@ my $last = '';
$/ = ''; # read paragraphs
while (<>)
{
- if (!$lang and /^This is help2man-(.*)\.info,/)
+ if (!$lang and /^This is help2man-(.*)\.info\b/)
{
$lang = $1;
next;