diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/d-i_check_jobs.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/d-i_check_jobs.sh b/bin/d-i_check_jobs.sh index 3f372e85..0d7d57cb 100755 --- a/bin/d-i_check_jobs.sh +++ b/bin/d-i_check_jobs.sh @@ -122,9 +122,9 @@ for DIRECTORY in * ; do done fi done -# FIXME: check for removed manuals (but with existing jobs) missing - for all types of manuals and build jobs # -# ...and now the translations kept in po files.... +# ...and now for translations kept in po files.... +# cd po IGNORE="pot README" for DIRECTORY in * ; do |