From 60ec2684584b8a6a9d3be43ec2d6881e5eb84ed2 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Wed, 25 Sep 2024 17:23:19 +0000 Subject: [PATCH] Add double colon for newline after MAKEPKG_LINT_PKGBUILD in makepkg.8.asciidoc --- doc/makepkg.8.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/makepkg.8.asciidoc b/doc/makepkg.8.asciidoc index bb5e2f4a..89ac5109 100644 --- a/doc/makepkg.8.asciidoc +++ b/doc/makepkg.8.asciidoc @@ -297,7 +297,7 @@ Environment Variables **BUILDTOOLVER=**"":: The version of the '$BUILDTOOL' used. -**MAKEPKG_LINT_PKGBUILD=**0 +**MAKEPKG_LINT_PKGBUILD=**0:: Setting to 0 disables PKGBUILD linting within makepkg. Useful on systems with slow bash subshell operations, or on PKGBUILDs with extreme amounts of package splitting.