#11991: record time, version in sage-starts
------------------------------+---------------------------------------------
   Reporter:  jhpalmieri      |          Owner:  leif           
       Type:  enhancement     |         Status:  positive_review
   Priority:  minor           |      Milestone:  sage-4.8       
  Component:  scripts         |       Keywords:                 
Work_issues:                  |       Upstream:  N/A            
   Reviewer:  Leif Leonhardy  |         Author:  John Palmieri  
     Merged:                  |   Dependencies:  #11926         
------------------------------+---------------------------------------------

Comment(by leif):

 Although we could be a bit more clever and move the test up, i.e.

 {{{
 #!sh
 if [[ -x "$SAGE_ROOT"/spkg/pipestatus ]]; then
     cd "$SAGE_ROOT"
 elif [[ ! -x spkg/pipestatus ]]; then
     # Complain that either SAGE_ROOT isn't set properly (if it's non-
 empty)
     # or that we're [presumably] in the wrong directory (otherwise).
     exit 1
 fi
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11991#comment:14>
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.

Reply via email to