make site: remove a bashism
[ci skip]
This commit is contained in:
		
							parent
							
								
									0b712cec97
								
							
						
					
					
						commit
						c175f0268a
					
				
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @ -710,7 +710,7 @@ site-livereload: \ | |||||||
| .PHONY: site | .PHONY: site | ||||||
| site: \ | site: \ | ||||||
| 		$(call def-help,site, update the hledger.org website (run on prod) ) | 		$(call def-help,site, update the hledger.org website (run on prod) ) | ||||||
| 	@[[ ! -x Shake ]] \
 | 	@[ ! -x Shake ] \
 | ||||||
| 		&& echo 'Please run "make Shake" first (manual compilation of Shake.hs is required)' \
 | 		&& echo 'Please run "make Shake" first (manual compilation of Shake.hs is required)' \
 | ||||||
| 		|| ( \
 | 		|| ( \
 | ||||||
| 			echo; \
 | 			echo; \
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user