File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ function executBulkOp () {
132132 if [[ -n $wsname ]] && [[ $rwsname != " $wsname " ]]; then continue ; fi
133133 eval cd " \" $rwsdir \" "
134134 local actual=$( pwd)
135- [ " ${quiet?} " != " false " ] && echo 1>&2 " Executing bulk operation in workspace ${inverse} $actual ${reset} "
135+ [ " ${quiet?} " != " true " ] && echo 1>&2 " Executing bulk operation in workspace ${inverse} $actual ${reset} "
136136
137137 allGitFolders=( $( eval find -L . -name " .git" ) )
138138
@@ -141,7 +141,7 @@ function executBulkOp () {
141141 eval cd " \" $gitrepodir \" " # into git repo location
142142 local curdir=$( pwd)
143143 local leadingpath=${curdir# ${actual} }
144- [ " ${quiet?} " != " false " ] && echo 1>&2 " Current repository: ${leadingpath%/* } /${bldred}${curdir##*/ }${reset} "
144+ [ " ${quiet?} " != " true " ] && echo 1>&2 " Current repository: ${leadingpath%/* } /${bldred}${curdir##*/ }${reset} "
145145 guardedExecution " $@ "
146146 eval cd " \" $rwsdir \" " # back to origin location of last find command
147147 done
You can’t perform that action at this time.
0 commit comments