diff --git a/locale/omg_new_l10n.sh b/locale/omg_new_l10n.sh index 7822d0418d..0b97a970b7 100755 --- a/locale/omg_new_l10n.sh +++ b/locale/omg_new_l10n.sh @@ -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..."