bin: don't list .dyn_* files after compile.sh on mac
This commit is contained in:
		
							parent
							
								
									ee62d9eb79
								
							
						
					
					
						commit
						1218ca55f0
					
				| @ -6,4 +6,4 @@ stack install Chart Chart-diagrams colour  # additional deps for hledger-chart | ||||
| echo "building add-on commands" | ||||
| for f in hledger-*.hs; do stack ghc $f; done | ||||
| echo "add-on commands available:" | ||||
| ls -F hledger-* | grep -vE '\.(hs|hi|o)' | ||||
| ls -F hledger-* | grep -vE '\.(hs|hi|o|dyn_hi|dyn_o)' | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user