Explorar o código

Correct USE_GITLUB typo to be USE_GITLAB.

jclarke %!s(int64=4) %!d(string=hai) anos
pai
achega
0e96d42a1d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      portlint.pl

+ 1 - 1
portlint.pl

@@ -3057,7 +3057,7 @@ DIST_SUBDIR EXTRACT_ONLY
 	# should be
 	#	DISTNAME=     package-1.0
 	#	EXTRACT_SUFX= .tgz
-	if ($makevar{USE_GITHUB} ne 'nodefault' && $makevar{USE_GITHUB} ne 'nodefault') {
+	if ($makevar{USE_GITHUB} ne 'nodefault' && $makevar{USE_GITLAB} ne 'nodefault') {
 		if ($distfiles =~ /^\S+$/ && $distfiles !~ /:[^\/:]+$/) {
 			$bogusdistfiles++;
 			print "OK: seen DISTFILES with single item, checking value.\n"