make site: remove a bashism

[ci skip]
This commit is contained in:
Simon Michael 2019-03-06 09:50:42 -08:00
parent 0b712cec97
commit c175f0268a

View File

@ -710,7 +710,7 @@ site-livereload: \
.PHONY: site
site: \
$(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; \