#11774: Sage's Singular scripts should use "$@"
------------------------+---------------------------------------------------
   Reporter:  leif      |          Owner:  tbd                   
       Type:  defect    |         Status:  new                   
   Priority:  minor     |      Milestone:  sage-4.7.2            
  Component:  packages  |       Keywords:  sd34 spaces parameters
Work_issues:            |       Upstream:  N/A                   
   Reviewer:            |         Author:                        
     Merged:            |   Dependencies:                        
------------------------+---------------------------------------------------
 The Singular start-up scripts (`$SAGE_ROOT/local/bin/[Ss]ingular`) created
 by Sage currently look like this:
 {{{
 #!sh
 #!/bin/sh
 Singular-3-1-1 $*
 }}}
 The `$*` has to be changed to `"$@"` (including the quotes), to allow
 spaces within parameters.

 They are created by Singular's `spkg-install` (in
 `create_singular_script()`), so ''the spkg'' has to be changed.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11774>
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