commit | 251d419275f4bfdde86a56b8ed58d7da607956b5 | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Fri Jan 23 11:47:02 2015 -0700 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Wed Feb 04 17:58:08 2015 -0700 |
tree | efb4ad7135ba13f0ad267e77db9e7741e941c59b | |
parent | dfb0c4cda63cdc0463ba703fc02e4fe9988351c4 [diff] [blame] |
xgl: Fix syntax error
diff --git a/update_external_sources.sh b/update_external_sources.sh index f285763..4434eb7 100755 --- a/update_external_sources.sh +++ b/update_external_sources.sh
@@ -111,7 +111,7 @@ create_BIL fi -if [ ! -d "$BASEDIR/BIL" -o ! -f "$BASEDIR/BIL/Bil.h"]; then +if [ ! -d "$BASEDIR/BIL" -o ! -f "$BASEDIR/BIL/Bil.h" ]; then echo "Missing BIL, is your Khronos account correct?" exit 1 fi