From de47d852980a2ec70475eec6e5d580207b475720 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 22 Oct 2018 22:54:41 +0200 Subject: [PATCH] build.sh: .svn to .git --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index bc12d09..bf7deb0 100755 --- a/build.sh +++ b/build.sh @@ -173,7 +173,7 @@ fi components=`echo "${components}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'` # Don't build in source directory, it will clobber things and cleanup is hard. -if [ -d ${BUILD_DIR}/.svn ]; then +if [ -d ${BUILD_DIR}/.git ]; then echo "Don't build in a source directory, please create an empty directory and build there." echo "Example :" echo " mkdir /tmp/cegcc-output"