From bf10c753a951aba6388e0c1c919cd7d6ba4dca1c Mon Sep 17 00:00:00 2001 From: Leila011 Date: Mon, 19 Aug 2024 17:21:25 +0200 Subject: [PATCH] remove UNSET IFS --- src/agat/agat_sp_complement_annotations/script.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/agat/agat_sp_complement_annotations/script.sh b/src/agat/agat_sp_complement_annotations/script.sh index 969a1329..36a668a8 100644 --- a/src/agat/agat_sp_complement_annotations/script.sh +++ b/src/agat/agat_sp_complement_annotations/script.sh @@ -14,8 +14,6 @@ IFS=";" read -ra file_names <<< "$par_add" for file in "${file_names[@]}"; do input_files+="--add $file " done -unset IFS - # run agat_sp_complement_annotations.pl agat_sp_complement_annotations.pl \