xgl: Fix syntax error
authorCourtney Goeltzenleuchter <courtney@LunarG.com>
Fri, 23 Jan 2015 18:47:02 +0000 (11:47 -0700)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Thu, 5 Feb 2015 00:58:08 +0000 (17:58 -0700)
update_external_sources.sh

index f285763..4434eb7 100755 (executable)
@@ -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