#5507: fix sage-sage script
----------------------------+-----------------------------------------------
Reporter: dangrayson | Owner: was
Type: defect | Status: new
Priority: minor | Milestone:
Component: user interface | Keywords: sage-sage
----------------------------+-----------------------------------------------
I think there is a superfluous "shift" in the "sage-sage" script, because
this works:
$ sage -sh -c -c "echo hi there"
Starting subshell with Sage environment variables set.
Be sure to exit when you are done and do not do anything
with other copies of Sage!
Bypassing shell configuration files ...
hi there
Exited Sage subshell.
but this doesn't:
$ sage -sh -c "echo hi there"
Starting subshell with Sage environment variables set.
Be sure to exit when you are done and do not do anything
with other copies of Sage!
Bypassing shell configuration files ...
bash: echo hi there: No such file or directory
Exited Sage subshell.
--
$ sage --version
| Sage Version 3.2.2, Release Date: 2008-12-18 |
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5507>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---