Index: Leahi/Jira/Jira_Create_Story.sh =================================================================== diff -u -r5fbbee9fc8203ac68fa62637bac497a14eeca8ae -r586cbd6b839a35631dd6cc9acce6b3fd7217fd71 --- Leahi/Jira/Jira_Create_Story.sh (.../Jira_Create_Story.sh) (revision 5fbbee9fc8203ac68fa62637bac497a14eeca8ae) +++ Leahi/Jira/Jira_Create_Story.sh (.../Jira_Create_Story.sh) (revision 586cbd6b839a35631dd6cc9acce6b3fd7217fd71) @@ -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() {