From 4aff8835cdd469f94a3ed30bfc3f0c0e3badd96f Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Sat, 22 Jul 2017 01:58:23 -0400 Subject: Remove unnecessary subshell grouping --- libs/project | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'libs/project') diff --git a/libs/project b/libs/project index 728b9118..2efd7afb 100755 --- a/libs/project +++ b/libs/project @@ -199,12 +199,10 @@ project_action_arguments_recursive() { for argument in $(printf '%s\n' "${action_helper_arguments}") do - ( - IFS="${ifs_save}" + IFS="${ifs_save}" - # Only a single argument at a time is returned by the helper. - project_action_arguments_recursive "${action}" "${project}" "$@" "${argument}" - ) + # Only a single argument at a time is returned by the helper. + project_action_arguments_recursive "${action}" "${project}" "$@" "${argument}" done fi } -- cgit v1.2.3-70-g09d2