Skip to content

Commit

Permalink
remove UNSET IFS
Browse files Browse the repository at this point in the history
  • Loading branch information
Leila011 committed Aug 19, 2024
1 parent 3827b0c commit bf10c75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/agat/agat_sp_complement_annotations/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit bf10c75

Please sign in to comment.