Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kheaders: remove meaningless -R option of 'ls'
The -R option of 'ls' is supposed to be used for directories. -R, --recursive list subdirectories recursively Since 'find ... -type f' only matches to regular files, we do not expect directories passed to the 'ls' command here. Giving -R is harmless at least, but unneeded. Signed-off-by: Masahiro Yamada <[email protected]> Reviewed-by: Joel Fernandes (Google) <[email protected]>
- Loading branch information