#9382: atlas not respecting SAGE_FAT_BINARY on i686 systems
----------------------------+-----------------------------------------------
   Reporter:  mariah        |       Owner:  Mariah Lenox
       Type:  defect        |      Status:  needs_work  
   Priority:  major         |   Milestone:  sage-4.5    
  Component:  packages      |    Keywords:              
     Author:  Mariah Lenox  |    Upstream:  N/A         
   Reviewer:                |      Merged:              
Work_issues:                |  
----------------------------+-----------------------------------------------

Comment(by jhpalmieri):

 > Looking at the patch, do I see a mismatched single quote?

 That's what it looks like to me.  What if you just delete the quote?
 Replace
 {{{
 if [ "`uname -p`" = "i386" -o "'`uname -p`" = "i686" -o `uname -p`" =
 "x86_64" ]; then
 }}}
 with
 {{{
 if [ "`uname -p`" = "i386" -o "`uname -p`" = "i686" -o `uname -p`" =
 "x86_64" ]; then
 }}}
 (no single quote before the second {{{`uname...`}}}).

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