Add $newdirs into $files.

From-SVN: r1713
This commit is contained in:
Richard Stallman 1992-07-29 04:46:29 +00:00
parent fd297e33f5
commit 89ccb80fc9

View File

@ -73,6 +73,7 @@ do
newdirs="$newdirs `find $d -type l -exec test -d '{}' \; -print`"
done
files="$files $newdirs"
dirs="$newdirs"
done