Index: Leahi/Jira/Jira_Create_Story.sh =================================================================== diff -u -rdf33f10a20915a6b0d96903e80c84241d3c48956 -r75419fdd374cce3cd4fa8ae672a1b7db3e09dd0f --- Leahi/Jira/Jira_Create_Story.sh (.../Jira_Create_Story.sh) (revision df33f10a20915a6b0d96903e80c84241d3c48956) +++ Leahi/Jira/Jira_Create_Story.sh (.../Jira_Create_Story.sh) (revision 75419fdd374cce3cd4fa8ae672a1b7db3e09dd0f) @@ -283,9 +283,11 @@ # return prints out each notification of each created sub-tasks, # and message of total created sub-tasks createSubtaskList() { -OLD_IFS=$IFS -IFS=' -' + + OLD_IFS=$IFS + IFS=' + ' + local COUNT=0 local STORY="$1" local SUMMARY="$2" @@ -303,7 +305,7 @@ done echo "Total number of $COUNT $ISSUE_TYPE_CHILD added to the $ISSUE_TYPE_PARENT $STORY" -IFS=$OLD_IFS + IFS=$OLD_IFS } summary() {