diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-01-23 11:47:02 -0700 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-02-04 17:58:08 -0700 |
| commit | cc1b66e96fcc3c42f5c8112bc069e848766a77fc (patch) | |
| tree | 627a4158dbb987ea80b2a0372309294028dcb26b | |
| parent | bebcc869d64f9b0e10ccbf1519964a54ea761585 (diff) | |
| download | usermoji-cc1b66e96fcc3c42f5c8112bc069e848766a77fc.tar.xz | |
xgl: Fix syntax error
| -rwxr-xr-x | update_external_sources.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_external_sources.sh b/update_external_sources.sh index f285763f..4434eb7f 100755 --- a/update_external_sources.sh +++ b/update_external_sources.sh @@ -111,7 +111,7 @@ if [ ! -d "$BASEDIR/BIL" ]; then 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 |
