Merge branch 'blankspaces'

This commit is contained in:
Saivann 2015-06-02 16:43:29 -04:00
commit 3280a2fe41

View file

@ -94,7 +94,7 @@ build:
$S grep -r -L 'Note: this file is built non-deterministically' _site/ \
| egrep -v 'sha256sums.txt' \
| sort \
| xargs sha256sum > _site/sha256sums.txt
| xargs -d '\n' sha256sum > _site/sha256sums.txt
## Jekyll annoyingly returns success even when it emits errors and
## exceptions, so we'll grep its output for error strings