Updated get-changed-paths.sh
This commit is contained in:
parent
386cb933d4
commit
d127e35180
@ -41,6 +41,7 @@ function get_dirname_max_depth() {
|
|||||||
local depth=2
|
local depth=2
|
||||||
|
|
||||||
while [ $depth -le "$max_depth" ]; do
|
while [ $depth -le "$max_depth" ]; do
|
||||||
|
echo "${dirs[*]}"
|
||||||
if [[ -n "${dirs[$depth]}" ]]; then
|
if [[ -n "${dirs[$depth]}" ]]; then
|
||||||
output="$output/${dirs[$depth]}"
|
output="$output/${dirs[$depth]}"
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user