This commit is contained in:
Patrick Schleizer 2019-12-20 02:11:39 -05:00
parent 3187cee4fb
commit a5e55dfcfc
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -35,7 +35,7 @@ add_statoverride_entry() {
echo_wrapper dpkg-statoverride --add --update "${owner}" "${group}" "${existing_mode:1}" "${file_name}"
fi
fi
done < <( stat -c "%n %a %U %G" ${file%/}/** )
done < <( stat -c "%n %a %U %G" "${file%/}/"** )
else
echo_wrapper dpkg-statoverride --add --update "${owner}" "${group}" "${mode}" "${file%/}"
fi