backout 22324675 - needs more work
authorMike Sullivan <Mike.Sullivan@Oracle.COM>
Thu, 07 Jan 2016 12:36:58 -0800
changeset 5242 d5e2c756f63c
parent 5241 21a30e6ac5fd
child 5243 cb29cf94919d
backout 22324675 - needs more work
tools/cloney
--- a/tools/cloney	Tue Jan 05 13:09:17 2016 -0800
+++ b/tools/cloney	Thu Jan 07 12:36:58 2016 -0800
@@ -19,7 +19,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
 #
 # clone a directory to another using symlinks, in a very clunky way
 
@@ -52,5 +52,5 @@
     while read i;
 do
 	rm -f "${destdir}/$i"
-	gln -r -s "${srcdir}/$i" "${destdir}/$i"
+	ln -s "${srcdir}/$i" "${destdir}/$i"
 done