#12576: OS X Lion: don't require setting SAGE_PORT
--------------------------+-------------------------------------------------
   Reporter:  jhpalmieri  |          Owner:  GeorgSWeber    
       Type:  defect      |         Status:  needs_work     
   Priority:  blocker     |      Milestone:  sage-5.0       
  Component:  build       |       Keywords:  osx lion prereq
Work_issues:              |       Upstream:  N/A            
   Reviewer:              |         Author:  John Palmieri  
     Merged:              |   Dependencies:  #4949          
--------------------------+-------------------------------------------------

Comment(by jdemeyer):

 Replace
 {{{
 XCODE_VERS=`xcodebuild -version | grep Xcode | sed -e 's/[A-Za-z ]//g' 2>
 /dev/null
 }}}
 by
 {{{
 XCODE_VERS=`xcodebuild -version 2>/dev/null | grep Xcode | sed 's/[A-Za-z
 ]//g'
 }}}

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