This commit is contained in:
Patrick Schleizer 2024-07-24 11:48:32 -04:00
parent 6cadc70a96
commit cc2b335ee6
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -84,7 +84,6 @@ add_nosuid_statoverride_entry() {
## Delimiter at the end to avoid the last field to be interpreted as having a newline.
stat_output=$(stat -c "%n${delimiter}%a${delimiter}%U${delimiter}%G${delimiter}%" "${line}")
stat_output_simple=$(stat -c '%n %a %U %G' "${line}")
readarray -d "${delimiter}" -t arr <<< "${stat_output}"