Commit a3b4c58e authored by Claes Sjofors's avatar Claes Sjofors

pwra copy project with preserve all

parent ad73a8c1
......@@ -1442,7 +1442,7 @@ pwrc_copy_func()
# Copy directory tree
echo "-- Copying project tree..."
if cp -R $from_proot $to_proot
if cp -Ra $from_proot $to_proot
then
echo "-- Project tree copied"
else
......
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