On Wed, 18 Feb 2015, Wietse Venema wrote:

Just to be sure we are talking about the same thing, are you referring to
the same line 504 that I have here:

501   # Flag obsolete objects. XXX Solaris 2..9 does not have "test -e".
502   if [ -n "$obsolete_flag" ]
503   then
504       test -r $path -a "$type" != "d" && obsolete="$obsolete $path"
505       continue;
506   else
507       keep_list="$keep_list $path"
508   fi

Wietse,

  Yes.

What was the 100% exact text of the error message?

  I did not save a copy of that message, but it included "too many
arguments."

Rich

Reply via email to