#9433: Put more files under revision control.
--------------------------------------------+-------------------------------
Reporter: jhpalmieri | Owner: tbd
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-4.6.2
Component: distribution | Keywords:
Author: John Palmieri | Upstream: N/A
Reviewer: Leif Leonhardy, Volker Braun | Merged:
Work_issues: |
--------------------------------------------+-------------------------------
Comment(by vbraun):
The ipython directory is in the `sage_scripts` repository and
`sage_scripts/spkg-install` manually copies it into `$SAGE_ROOT`. The
patch on this ticket removes that part from `sage_scripts/spkg-install`,
so it will no longer be copied over.
I'm not sure if the removal of the quotes has any deeper meaning. But
right-hand-sides of variable assignments need not be quoted in shell
script:
{{{
[vbraun@volker-two ~]$ x="a b"
[vbraun@volker-two ~]$ y=$x/c
[vbraun@volker-two ~]$ echo $y
a b/c
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9433#comment:106>
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.