aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-01-23 11:47:02 -0700
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-02-04 17:58:08 -0700
commitcc1b66e96fcc3c42f5c8112bc069e848766a77fc (patch)
tree627a4158dbb987ea80b2a0372309294028dcb26b
parentbebcc869d64f9b0e10ccbf1519964a54ea761585 (diff)
downloadusermoji-cc1b66e96fcc3c42f5c8112bc069e848766a77fc.tar.xz
xgl: Fix syntax error
-rwxr-xr-xupdate_external_sources.sh2
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