Code cleanup

This commit is contained in:
Pierre Pronchery 2014-12-02 20:59:13 +01:00
parent df92dcbef7
commit 7d1f43567d

View File

@ -83,7 +83,7 @@ _deforaos_release()
fi fi
done done
if test -f "po/$PACKAGE.pot"; then if [ -f "po/$PACKAGE.pot" ]; then
_info "Checking the translations..." _info "Checking the translations..."
$RM -- "po/$PACKAGE.pot" || return 2 $RM -- "po/$PACKAGE.pot" || return 2
(cd "po" && $MAKE) || return 2 (cd "po" && $MAKE) || return 2