mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-14 03:12:10 +02:00
add a comment
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Ensure that ls --file-type does not call stat unnecessarily.
|
||||
# The trick is to create an un-stat'able symlink and to see if ls
|
||||
# can report its type nonetheless, using dirent.d_type.
|
||||
|
||||
if test "$VERBOSE" = yes; then
|
||||
set -x
|
||||
|
||||
Reference in New Issue
Block a user