diff --git a/get-changed-paths.sh b/get-changed-paths.sh index 00f37552..b85116a0 100755 --- a/get-changed-paths.sh +++ b/get-changed-paths.sh @@ -25,7 +25,6 @@ if [[ -n $INPUT_DIFF_RELATIVE ]]; then fi function get_dirname_max_depth() { - while IFS='' read -r line; do local dir="$line" local dirs=()