1
0
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:
Jim Meyering
2006-08-10 08:25:03 +00:00
parent ade68b234a
commit 407ff38d94

View File

@@ -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