From f0c08bbdf330930eba4c0de20c018afc9328ba9f Mon Sep 17 00:00:00 2001 From: jj Date: Thu, 10 Apr 2025 20:01:52 +0000 Subject: [PATCH] util/namesub: include .xtb files in substitutions --- utils/name_substitution.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/name_substitution.sh b/utils/name_substitution.sh index a3ff7113..b367a92a 100755 --- a/utils/name_substitution.sh +++ b/utils/name_substitution.sh @@ -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" \