#12082: spkg-install of extcode, sage_scripts should preserve timestamp
------------------------+---------------------------------------------------
Reporter: jdemeyer | Owner: leif
Type: defect | Status: new
Priority: blocker | Milestone: sage-4.8
Component: scripts | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author: Jeroen Demeyer
Merged: | Dependencies:
------------------------+---------------------------------------------------
Comment(by jhpalmieri):
Regarding the use of `cp -pr`, on OS X, the man page for cp (from "BSD
General Commands Manual") says
{{{
COMPATIBILITY
Historic versions of the cp utility had a -r option. This
implementation supports that
option; however, its use is strongly discouraged, as it does not
correctly copy special
files, symbolic links, or fifo's.
}}}
It would be better to use `cp -pR`, I think. (This also seems consistent
with what I can find on the internet about POSIX standard options for cp.)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12082#comment:6>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.