From cc1b66e96fcc3c42f5c8112bc069e848766a77fc Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Fri, 23 Jan 2015 11:47:02 -0700 Subject: xgl: Fix syntax error --- update_external_sources.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3