From 1050145533fbe8b4b8b76bfe60c4023a1eb76996 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 8 May 2003 08:35:28 +0000 Subject: allow any whitespace after the ending quote git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3657 a1c6a512-1295-4272-9138-f99709370657 --- tools/binlang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/binlang b/tools/binlang index bb47238db7..58c4e0a0ec 100755 --- a/tools/binlang +++ b/tools/binlang @@ -95,7 +95,7 @@ while() { $value = $set{'eng'}; } - if($value =~ s/^\"(.*)\" *$/$1/g) { + if($value =~ s/^\"(.*)\"\s*$/$1/g) { $idnum = $idnum{$set{'id'}}; -- cgit v1.2.3