Move the post-colon check into the item_tag_divider parser.

This commit is contained in:
Tom Alexander
2023-09-19 23:57:40 -04:00
parent 9e60ff6683
commit 48cb3c4a02
2 changed files with 11 additions and 11 deletions

View File

@@ -64,7 +64,7 @@ function run_parse {
local lines="$1"
cd "$SOURCE_FOLDER"
head -n "$lines" "$SOURCE_FOLDER/$TARGET_DOCUMENT" | "${DIR}/run_docker_compare.bash"
head -n "$lines" "$SOURCE_FOLDER/$TARGET_DOCUMENT" | PROFILE=release-lto "${DIR}/run_docker_compare.bash"
local status=$?
return "$status"
}