clean echo

This commit is contained in:
Ruben Abad 2024-02-06 17:53:13 +01:00
parent b490b24c30
commit 17aeeff3c1
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ if ${BUILD_OSM2ODR} ; then
# [ ! -d ${OSM2ODR_BUILD_FOLDER} ] && mkdir ${OSM2ODR_BUILD_FOLDER}
if ${GIT_PULL} ; then
if [ ! -d ${OSM2ODR_SOURCE_FOLDER} ] ; then
echo "git clone -b ${OSM2ODR_BRANCH} ${OSM2ODR_REPO} ${OSM2ODR_SOURCE_FOLDER}"
git clone -b ${OSM2ODR_BRANCH} ${OSM2ODR_REPO} ${OSM2ODR_SOURCE_FOLDER}
fi
cd ${OSM2ODR_SOURCE_FOLDER}