summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/libmakepkg/lint_pkgbuild/changelog.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/libmakepkg/lint_pkgbuild/changelog.sh.in b/scripts/libmakepkg/lint_pkgbuild/changelog.sh.in
index 2dac5dbf..72300a48 100644
--- a/scripts/libmakepkg/lint_pkgbuild/changelog.sh.in
+++ b/scripts/libmakepkg/lint_pkgbuild/changelog.sh.in
@@ -32,7 +32,7 @@ lint_pkgbuild_functions+=('lint_changelog')
lint_changelog() {
- local list name file changelog_list ret=0
+ local name file changelog_list
changelog_list=("${changelog[@]}")
for name in "${pkgname[@]}"; do