Remove modification to omg_new_l10n.sh

This commit is contained in:
Mark Striemer 2015-07-15 13:43:56 -05:00
Родитель 590568f8b6
Коммит b014cd2b85
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -51,11 +51,11 @@ if [ ! -d "locale" ]; then
exit 1
fi
# if [ ! -z "$(git status --porcelain)" ]; then
# echo "Looks like you have some local changes. Please clean up your root before we start committing random things."
# git status
# exit 1
# fi
if [ ! -z "$(git status --porcelain)" ]; then
echo "Looks like you have some local changes. Please clean up your root before we start committing random things."
git status
exit 1
fi
echo "Alright, here we go..."