#10822: sage -sh doesn't set the path right if default shell is zsh on OSX
-----------------------+----------------------------------------------------
Reporter: jason | Owner:
Type: defect | Status: needs_review
Priority: major | Milestone:
Component: scripts | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author: John Palmieri
Merged: | Dependencies: #11866, #11790
-----------------------+----------------------------------------------------
Comment(by malb):
Not an expert on zsh but the patch works for me on Debian GNU/Linux using
zsh.
On my machine {{{mktemp -t sage}}} wouldn't work though:
{{{
$ mktemp -t sage
mktemp: too few X's in template `sage'
$ mktemp -t sageXXX
/tmp/sage5WO
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10822#comment:16>
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.