Remove trailing tabs from the buildpackage scripts

This commit is contained in:
abcdefg30 2018-08-04 12:16:15 +02:00 committed by reaperrr
parent f03724ab81
commit 525c16f8fa
3 changed files with 3 additions and 3 deletions

View File

@ -70,7 +70,7 @@ MOD_VERSION=$(grep 'Version:' mods/${MOD_ID}/mod.yaml | awk '{print $2}')
if [ "${PACKAGING_OVERWRITE_MOD_VERSION}" == "True" ]; then
make version VERSION="${TAG}"
else
else
echo "Mod version ${MOD_VERSION} will remain unchanged.";
fi

View File

@ -82,7 +82,7 @@ MOD_VERSION=$(grep 'Version:' mods/${MOD_ID}/mod.yaml | awk '{print $2}')
if [ "${PACKAGING_OVERWRITE_MOD_VERSION}" == "True" ]; then
make version VERSION="${TAG}"
else
else
echo "Mod version ${MOD_VERSION} will remain unchanged.";
fi

View File

@ -69,7 +69,7 @@ MOD_VERSION=$(grep 'Version:' mods/${MOD_ID}/mod.yaml | awk '{print $2}')
if [ "${PACKAGING_OVERWRITE_MOD_VERSION}" == "True" ]; then
make version VERSION="${TAG}"
else
else
echo "Mod version ${MOD_VERSION} will remain unchanged.";
fi