Description: Do not call git (not a repo).
--- a/build/make.sh
+++ b/build/make.sh
@@ -194,7 +194,7 @@
 			build_repo
 
 			cd ${BUILD_DIR}/DataTables
-			
+
 			# git appears to have a bug whereby --quiet doesn't work immediately
 			# after files have been generated. Running twice fixes
 			git diff --quiet --exit-code
@@ -241,7 +241,7 @@
 		cd $BUILD_DIR
 		git clone git@github.com:DataTables/DataTables.git
 		cd - > /dev/null 2>&1
-	else 
+	else
 		echo_msg "Pulling latest changes for build repo from origin"
 	fi
 
@@ -274,7 +274,7 @@
 	cd ${BASE_DIR}/extensions
 
 	if [ ! -d ${BASE_DIR}/extensions/${EXTENSION} ]; then
-		echo_msg "Cloning $EXTENSION from GitHub" 
+		echo_msg "Cloning $EXTENSION from GitHub"
 		git clone git@github.com:DataTables/${EXTENSION}.git
 	fi
 
@@ -339,12 +339,12 @@
 cd $BASE_DIR
 
 # Sanity check that the working branch is going to build correctly
-CURR_BRANCH="$(git rev-parse --abbrev-ref HEAD)"
-if [ $SYNC_BRANCH != $CURR_BRANCH ]; then
-	echo_error "Working branch ($CURR_BRANCH) is not the same as the script branch ($SYNC_BRANCH)"
-	echo_error "Exiting..."
-	exit
-fi
+#CURR_BRANCH="$(git rev-parse --abbrev-ref HEAD)"
+#if [ $SYNC_BRANCH != $CURR_BRANCH ]; then
+#	echo_error "Working branch ($CURR_BRANCH) is not the same as the script branch ($SYNC_BRANCH)"
+#	echo_error "Exiting..."
+#	exit
+#fi
 
 echo ""
 echo_section "DataTables build ($VERSION) - branch: $SYNC_BRANCH"
