mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
7f54672486
workaround. Submitted by: maintainer
12 lines
338 B
Plaintext
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;
|