1--- example/run_example_reml2.sh.orig 2018-03-10 19:39:24 UTC 2+++ example/run_example_reml2.sh 3@@ -1,4 +1,6 @@ 4-../bolt \ 5+#!/bin/sh -e 6+ 7+bolt \ 8 --bfile=EUR_subset \ 9 --phenoFile=EUR_subset.pheno2.covars \ 10 --exclude=EUR_subset.exclude2 \ 11 12