diff options
Diffstat (limited to '')
-rwxr-xr-x | aux/workflow/assert-manpages.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/aux/workflow/assert-manpages.sh b/aux/workflow/assert-manpages.sh index 7254d60..a2bd3f9 100755 --- a/aux/workflow/assert-manpages.sh +++ b/aux/workflow/assert-manpages.sh @@ -111,7 +111,7 @@ Soumettre un bogue dans la liste de diffusion .ME . -Utilise le sujèt "\f(CR[$PROJECT] BUG ou TASK: +Utilise le sujet "\f(CR[$PROJECT] BUG ou TASK: <description>\fR". .IP \(bu Parcourir les bogues @@ -173,6 +173,10 @@ for f in $(find doc -type f -name '*.[0-9]'); do continue fi + if [ ! -s "$f" ]; then + continue + fi + lang="$(echo "$f" | cut -d. -f2)" case "$lang" in pt) |