Remove modification to omg_new_l10n.sh
This commit is contained in:
Родитель
590568f8b6
Коммит
b014cd2b85
|
@ -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..."
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче