Fix check

This commit is contained in:
Daniel Wagner-Hall 2015-11-19 18:16:02 -05:00
parent da93317a78
commit 4ac85997f5

View file

@ -9,7 +9,7 @@ HEADER="$1/head.html"
NAV_BAR="$1/nav.html"
FOOTER="$1/footer.html"
for f in "${HEADER}"/{head,nav,footer}.html; do
for f in "$1"/{head,nav,footer}.html; do
if [[ ! -e "${f}" ]]; then
echo >&2 "Need ${f} to exist"
exit 1