From 54b7c1b8d2c2f895f1b57f194002c02fd4ef408d Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 23 Nov 2022 19:01:02 -0700 Subject: [PATCH] Updated get-changed-paths.sh --- get-changed-paths.sh | 1 - 1 file changed, 1 deletion(-) 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=()