#7818: Update sage-env
------------------------+---------------------------------------------------
Reporter: drkirkby | Owner: drkirkby
Type: defect | Status: positive_review
Priority: major | Milestone: sage-4.3.1
Component: porting | Keywords:
Work_issues: | Author: David Kirkby
Upstream: N/A | Reviewer: Jaap Spies
Merged: |
------------------------+---------------------------------------------------
Changes (by jsp):
* status: needs_review => positive_review
Comment:
This changes make sense.
{{{
[j...@vrede sage-4.3.1.alpha1]$ diff local/bin/sage-env ../sage-env
452a453,456
> if [ "$MV" = "" ]; then
> MV="mv" && export MV
> fi
>
456a461,464
> if [ "$RM" = "" ]; then
> RM="rm" && export RM
> fi
>
460a469,484
> if [ "$LN" = "" ]; then
> LN="ln" && export LN
> fi
>
> if [ "$MKDIR" = "" ]; then
> MKDIR="mkdir" && export MKDIR
> fi
>
> if [ "$CHMOD" = "" ]; then
> CHMOD="chmod" && export CHMOD
> fi
>
> if [ "$TOUCH" = "" ]; then
> TOUCH="touch" && export TOUCH
> fi
>
[j...@vrede sage-4.3.1.alpha1]$
}}}
This will not break any code. I'll test this with reinstalling the
affected spkgs mercurial, singular, ntl, gap and pari.
Ok so far. Positive review.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7818#comment:23>
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.