diff --git a/src/deforaos-release.sh b/src/deforaos-release.sh index ac1677f..ef8ecc8 100755 --- a/src/deforaos-release.sh +++ b/src/deforaos-release.sh @@ -83,7 +83,7 @@ _deforaos_release() fi done - if test -f "po/$PACKAGE.pot"; then + if [ -f "po/$PACKAGE.pot" ]; then _info "Checking the translations..." $RM -- "po/$PACKAGE.pot" || return 2 (cd "po" && $MAKE) || return 2