mirror of
				https://git.proxmox.com/git/mirror_zfs
				synced 2025-11-04 08:52:47 +00:00 
			
		
		
		
	This checks every file it checked (and a few more), but explicitly instead of "if it works it works" best-effort (which wasn't that good anyway) Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #10512 Closes #12101
		
			
				
	
	
		
			12 lines
		
	
	
		
			195 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			195 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
include $(top_srcdir)/config/Shellcheck.am
 | 
						|
 | 
						|
scriptsdir = /usr/share/initramfs-tools/scripts
 | 
						|
 | 
						|
dist_scripts_SCRIPTS = \
 | 
						|
	zfs
 | 
						|
 | 
						|
SUBDIRS = local-top
 | 
						|
 | 
						|
SHELLCHECKDIRS = $(SUBDIRS)
 | 
						|
SHELLCHECK_SHELL = sh
 |