1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/converters/iconv/files/patch-ah
2000-12-01 10:22:32 +00:00

12 lines
338 B
Plaintext

--- 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;