commit | 76b708a864c1abee780e441a61f36830a0288301 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Feb 09 17:45:33 2021 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Feb 14 10:34:15 2021 +0100 |
tree | 6dfb951b2d29ab73ced921dc6abf4e96cc75d111 | |
parent | 4e472d87c600444e18174debe90a5e7ea9cf3b40 [diff] |
efi_loader: '.' and '..' are directories '.' and '..' are directories. So when looking for capsule files it is sufficient to check that the attribute EFI_FILE_DIRECTORY is not set. We don't have to check for these special names. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>