Brooklyn/DRM/e17/po/POTFILES-UPDATE.sh
2021-05-27 00:37:07 +05:00

9 lines
265 B
Bash

#!/bin/sh -e
# make sure you run it from toplevel source dir
if test -d ./po && test -f ./po/POTFILES-UPDATE.sh; then
find src/bin src/modules -name '*.[ch]' | sort > ./po/POTFILES.in
else
echo "Please run this from the toplevel source directory."
exit 77
fi