Revert "eobuilder: add quotes in case there is space(s) into variables name"

This reverts commit c4088f97a6.
This commit is contained in:
Benjamin Dauvergne 2013-11-19 18:15:44 +01:00
parent 0b9e1a7f42
commit 2c21a9ddd7
1 changed files with 2 additions and 2 deletions

View File

@ -205,12 +205,12 @@ for DIST in $DISTS; do
fi
done
if [ -f "$GIT_PATH/${PROJECT_NAME}_${PACKAGE_VERSION}_${DIST}.build" ]; then
if [ -f $GIT_PATH/${PROJECT_NAME}_${PACKAGE_VERSION}_${DIST}.build ]; then
echo "+ Build for $DIST already built !"
continue
fi
if [ ! -f "$ORIGIN_PATH/${PACKAGE_NAME}_${PROJECT_VERSION}.orig.tar.bz2" ]; then
if [ ! -f $ORIGIN_PATH/${PACKAGE_NAME}_${PROJECT_VERSION}.orig.tar.bz2 ]; then
echo "+ Generating origin tarball ..."
cd $GIT_PROJECT_PATH
git checkout master