diff options
Diffstat (limited to 'converters/iconv/files/patch-iconv_builtin_1')
-rw-r--r-- | converters/iconv/files/patch-iconv_builtin_1 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/converters/iconv/files/patch-iconv_builtin_1 b/converters/iconv/files/patch-iconv_builtin_1 new file mode 100644 index 000000000000..af4ba8666d03 --- /dev/null +++ b/converters/iconv/files/patch-iconv_builtin_1 @@ -0,0 +1,11 @@ +--- iconv_builtin 2000/12/01 10:15:21 1.1 ++++ iconv_builtin 2000/12/01 10:15:46 +@@ -83,7 +83,7 @@ + %builtins = map { $pic = 1 if $_ eq 'PIC'; $_ => $pic } @ARGV; + + while (<STDIN>) { +- unless (/^([^[:space:]#]+)/) { ++ unless (/^([^\s#]+)/) { + # line continuation or comment + print $_ unless $opt_s || !$opt_n || /^#WARNING/; + next; |