util/namesub: include .xtb files in substitutions

This commit is contained in:
jj
2025-04-10 20:01:52 +00:00
parent 5348fe96ce
commit f0c08bbdf3

View File

@@ -45,7 +45,7 @@ do_sub() {
cd "$SOURCE_DIR" && sanity_check
FILE_LIST="$(find . -type f -not -path '*/.*' -not -path '*/out/*' -name '*.grd*')"
FILE_LIST="$(find . -type f -not -path '*/.*' -not -path '*/out/*' -name '*.grd*' -o -name '*.xtb')"
if [ "$BACKUP_TAR_PATH" != "" ]; then
echo "$FILE_LIST" \