#4543: sage -sh fails to start
---------------------+------------------------------------------------------
Reporter: burcin | Owner: burcin
Type: defect | Status: new
Priority: blocker | Milestone: sage-3.2
Component: misc | Keywords:
---------------------+------------------------------------------------------
With 3.2.rc1, I get this:
{{{
[EMAIL PROTECTED] ~/sage/sage-3.2.rc1 $ ./sage -sh
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!
basename: invalid option -- a
Try `basename --help' for more information.
Exited Sage subshell.
}}}
On my system `basename` does not accept a parameter `-a`.
{{{
[EMAIL PROTECTED] ~/sage/sage-3.2.rc1 $ basename --version
basename (GNU coreutils) 6.10
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by FIXME unknown.
}}}
This can be fixed by removing the `-a` parameter on line 375 of the `sage-
sage` script.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4543>
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
-~----------~----~----~----~------~----~------~--~---