summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-11-30 13:02:16 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-11-30 13:02:16 +0000
commit23f1b5c33b8efaff2ad0117faec6cd90c54000cb (patch)
tree5a254ca04e41c210a361fb6dc338d93bf9956a62 /embed.pl
parent41dc7f24e0ff6dd681483ffec6cca8db96aae038 (diff)
downloadperl-23f1b5c33b8efaff2ad0117faec6cd90c54000cb.tar.gz
Protection against trailing spaces in embed.fnc
p4raw-id: //depot/perl@23568
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.pl b/embed.pl
index 0a878d6ddc..30cc3adbe0 100755
--- a/embed.pl
+++ b/embed.pl
@@ -107,6 +107,7 @@ sub walk_table (&@) {
$_ .= <IN>;
chomp;
}
+ s/\s+$//;
my @args;
if (/^\s*(#|$)/) {
@args = $_;