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