File: 0002-No-shellcheck.patch

package info (click to toggle)
finit 4.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,216 kB
  • sloc: ansic: 17,060; sh: 6,281; makefile: 532
file content (25 lines) | stat: -rw-r--r-- 814 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 91361005ebea8176c531e328a2acb13f3831d74d Mon Sep 17 00:00:00 2001
From: yangfl <yangfl@users.noreply.github.com>
Date: Fri, 28 Mar 2025 10:03:03 +0800
Subject: [PATCH 2/2] No shellcheck

---
 test/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/Makefile.am b/test/Makefile.am
index f2baf0cd..b17317b9 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -112,7 +112,7 @@ checkself.sh:
 	@echo 'set -eu'                                           >> $@
 	@echo 'cd "$$srcdir" 2>/dev/null || cd "." || exit 1'     >> $@
 	@echo 'TESTS="$(filter %.sh,$(filter-out $@, $(TESTS)))"' >> $@
-	@echo 'shellcheck $$TESTS'                                >> $@
+	@echo '#shellcheck $$TESTS'                                >> $@
 	@chmod 0755 $@
 
 .PHONY: setup-chroot
-- 
2.47.2