extras: CI: Bump windows images
[vlc.git] / test / check_POTFILES.sh
blobf0d7ca91bfb44771d53a8dbe3a9a5c9915d94e5f
1 #! /bin/sh
3 top_srcdir="${srcdir}/.."
5 set -xe
7 cd ${top_srcdir}
9 grep -v '^#' po/POTFILES.in | \
10 while read f
12 test -n "$f" || continue
13 if test ! -f "$f"
14 then
15 echo "$f: source file missing!" >&2
16 exit 1
18 done