Commit 89ccb80f by Richard Stallman

Add $newdirs into $files.

From-SVN: r1713
parent fd297e33
......@@ -73,6 +73,7 @@ do
newdirs="$newdirs `find $d -type l -exec test -d '{}' \; -print`"
done
files="$files $newdirs"
dirs="$newdirs"
done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment