7035000 cloney doesn't clone 'symlinks' to the destination directory
authorsonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
Mon, 11 Apr 2011 23:53:21 -0700
changeset 179 ca3935296621
parent 178 4340c0d63702
child 180 4de0581be621
7035000 cloney doesn't clone 'symlinks' to the destination directory
tools/cloney
--- a/tools/cloney	Mon Apr 11 23:52:19 2011 -0700
+++ b/tools/cloney	Mon Apr 11 23:53:21 2011 -0700
@@ -44,7 +44,7 @@
 	mkdir -p "${destdir}/$i"
 done
 
-gfind . -type f | \
+gfind . -type f -o -type l | \
     gsed -e 's,^./,,' | \
     while read i;
 do