Module Name: src Committed By: christos Date: Tue Jul 7 14:29:07 UTC 2020
Modified Files: src/bin/ls: ls.c Log Message: Fix skipping of directories that begin with a '.' in -R mode. It is not enough to avoid displaying the contents of the directory, we need to set FTS_SKIP to avoid descending into any subdirs too. Otherwise, if a ".foo" directory has a subdirectory "bar", ls will descend into bar and display its contents. From Todd Miller To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/bin/ls/ls.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.