diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-03-30 14:17:37 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-03-30 14:17:37 -0400 |
commit | 6047798267b858a76f754642fa276f8cb06965f5 (patch) | |
tree | 5f3ef4c989b0b1af395ccea16ce0a6af30735c84 /configure | |
parent | 55e37cc51cc8f01de22282e00d843fe7a63498ad (diff) | |
download | html5ks-6047798267b858a76f754642fa276f8cb06965f5.tar.xz html5ks-6047798267b858a76f754642fa276f8cb06965f5.zip |
misc
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ check() { declare -g "$var=$get" echo ${get} # intentionally stripping whitespace - echo ${var} := ${get} ${varflags} >> "${OUT}" + echo ${var} := ${get} ${varflags} >> "${OUT}" || exit 1 else echo no fi @@ -50,7 +50,7 @@ fcheck() { } OUT=Makefile.inc -> "${OUT}" +> "${OUT}" || exit 1 VAR=GZIP check zopfli || rcheck gzip -9 NO_RUN=1 rcheck apngasm |