No need to update translation in release-common.sh it's done by the build.

master
Torsten Paul 2014-12-25 19:18:08 +01:00
parent ec3f735d5c
commit 0bf2d4e286
1 changed files with 0 additions and 5 deletions

View File

@ -280,11 +280,6 @@ if [[ $? != 0 ]]; then
exit 1
fi
echo "Updating language files..."
cd $OPENSCADDIR
./scripts/translation-update.sh
echo "Building test suite..."
if [ $BUILD_TESTS ]; then