summaryrefslogtreecommitdiffstats
path: root/tools/binlang
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binlang')
-rwxr-xr-xtools/binlang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binlang b/tools/binlang
index e77830fc6e..3d7fdff1db 100755
--- a/tools/binlang
+++ b/tools/binlang
@@ -89,7 +89,7 @@ while(<LANG>) {
$value = $set{'eng'};
}
- if($value =~ s/^\"(.*)\"/$1/g) {
+ if($value =~ s/^\"(.*)\" *$/$1/g) {
$idnum = $idnum{$set{'id'}};
$idnum{$set{'id'}} = '_done_';