1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-17 04:41:59 +02:00

fix typo in diagnostic

This commit is contained in:
Jim Meyering
2006-02-14 22:21:56 +00:00
parent 6d35aa2e6e
commit 83dcf2436f

View File

@@ -53,7 +53,7 @@ file=1`printf %${n}s ' '|sed 's, ,/s,g'`
cat $file > /dev/null 2> err && \
{
cat <<EOF >&2
$0: Your systems appears to be able to handle more than $n symlinks
$0: Your system appears to be able to handle more than $n symlinks
in file name resolution, so skipping this test.
EOF
(exit 77); exit 77