]> git.ipfire.org Git - thirdparty/dracut.git/commit
dracut.sh: simplify the "find" for files with the x bit
authorHarald Hoyer <harald@redhat.com>
Thu, 22 Jan 2015 14:58:20 +0000 (15:58 +0100)
committerHarald Hoyer <harald@redhat.com>
Thu, 22 Jan 2015 14:58:20 +0000 (15:58 +0100)
commitf182cb9599044fc3ee8f8bf6654d3710209ab6da
treeb5b41f73295c0db140797968a9f0e7af6cf537f3
parent9dc0c244b81ca26de1027c17a5aaf352eb0fc376
dracut.sh: simplify the "find" for files with the x bit

'(' -perm -0100 -or -perm -0010 -or -perm -0001 ')'
is the same as
-perm /0111
dracut.sh