]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Fix `ls -R .' formatting bug that broke mktexlsr.
authorJim Meyering <jim@meyering.net>
Sun, 6 Dec 1998 23:08:55 +0000 (23:08 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 6 Dec 1998 23:08:55 +0000 (23:08 +0000)
commit6207f6f8040f62fc111c98bcbba63279c43ca6b4
treec4c1252c613bb735c3a6cdaea257f0e8382eaa8b
parent16c8a66a54def6ee55f947ed137176d4c6096158
Fix `ls -R .' formatting bug that broke mktexlsr.
Include path-concat.h.
(basename_is_dot_or_dotdot): New function, derived from
is_not_dot_or_dotdot.
(is_not_dot_or_dotdot): Remove function.
(extract_dirs_from_files): Use `!basename_is_dot_or_dotdot'
instead of is_not_dot_or_dotdot and use path_concat instead of attach.
src/ls.c