Permalink
Browse files

Fix yet more typos in the configure script!

Addresses issue #21.
  • Loading branch information...
Andy Chu
Andy Chu committed Jul 31, 2017
1 parent b0c4120 commit fee90673fd8ffaa4ecb6b0a80f712928dee2750e
Showing with 2 additions and 2 deletions.
  1. +2 −2 configure
View
@@ -13,11 +13,11 @@
# install steps.
log() {
echo "$0: $@" 2>&1
echo "$0: $@" 1>&2
}
die() {
echo "$0 ERROR: $@" 2>&1
echo "$0 ERROR: $@" 1>&2
exit 1
}

0 comments on commit fee9067

Please sign in to comment.