mirror of
				https://github.com/awesome-selfhosted/awesome-selfhosted.git
				synced 2025-11-03 03:15:57 -06:00 
			
		
		
		
	makefile: syntaxerrors: detect )` (#749)
Detect weird character pairing found in https://github.com/Kickball/awesome-selfhosted/pull/748
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -27,7 +27,7 @@ listlicenses:
 | 
			
		||||
 | 
			
		||||
syntaxerrors:
 | 
			
		||||
	@echo -e "\n Syntax errors:" 
 | 
			
		||||
	@! sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep  '\)\(|``'
 | 
			
		||||
	@! sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep  '\)\(|``|\)`'
 | 
			
		||||
 | 
			
		||||
contrib:
 | 
			
		||||
	@git shortlog -sne
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user