Code cleanup
This commit is contained in:
parent
df92dcbef7
commit
7d1f43567d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user