View | Details | Raw Unified | Return to bug 231422 | Differences between
and this patch

Collapse All | Expand All

(-)portlint.pl (+10 lines)
Lines 3239-3245 Link Here
3239
				next;
3239
				next;
3240
			}
3240
			}
3241
		}
3241
		}
3242
		print "OK: check if GH_ options are in use\n"
3243
                	if ($verbose);
3244
		foreach my $line (split(/(GH(?:S[?+]|[_\w\d]+)?=[^\n]+\n)/, $tmp)) {
3245
			if ($line =~ /GH([_\w\d]+)=[^\n]+\n/) {
3246
				print "OK: seen GH$1.\n" if ($verbose);
3247
				$tmp =~ s/GH([_\w\d]+)=[^\n]+\n//;
3248
				next;
3249
			}
3242
3250
3251
		}
3252
3243
		&checkextra($tmp, 'USES/USE_x', $file);
3253
		&checkextra($tmp, 'USES/USE_x', $file);
3244
3254
3245
		$idx++;
3255
		$idx++;

Return to bug 231422