Remove shellcheck directives that no longer serve any purpose

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner
2025-04-07 10:24:53 +01:00
parent ca1bab3c1b
commit 3732ea7365
5 changed files with 0 additions and 8 deletions
-1
View File
@@ -935,7 +935,6 @@ parse_file() {
# Get the lines that are in the file(s) and store them in an array for parsing later
local file_info
if [[ -f "$filename" ]]; then
#shellcheck disable=SC2016
IFS=$'\r\n' command eval 'file_info=( $(cat "${filename}") )'
else
read -r -a file_info <<< "$filename"