From 4aff85fe95140e4b47672954f4e899c71e81b5c2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 13 Oct 2002 10:08:11 +0000 Subject: fixed the quote checking regex to look like the one in genlang git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2603 a1c6a512-1295-4272-9138-f99709370657 --- tools/binlang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/binlang b/tools/binlang index e77830fc6e..3d7fdff1db 100755 --- a/tools/binlang +++ b/tools/binlang @@ -89,7 +89,7 @@ while() { $value = $set{'eng'}; } - if($value =~ s/^\"(.*)\"/$1/g) { + if($value =~ s/^\"(.*)\" *$/$1/g) { $idnum = $idnum{$set{'id'}}; $idnum{$set{'id'}} = '_done_'; -- cgit v1.2.3