This commit is contained in:
Patrick Schleizer 2019-12-20 02:43:33 -05:00
parent fa895ee11e
commit 4e5b222a08
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -24,6 +24,9 @@ add_statoverride_entry() {
continue continue
fi fi
## -u file True if file has its set-user-id bit set.
## -g file True if file has its set-group-id bit set.
if test -u "${file_name}" || test -g "${file_name}"; then if test -u "${file_name}" || test -g "${file_name}"; then
string_length_of_existing_mode="${#existing_mode}" string_length_of_existing_mode="${#existing_mode}"
if [ "$string_length_of_existing_mode" = "4" ]; then if [ "$string_length_of_existing_mode" = "4" ]; then