On Wed, Oct 15, 2008 at 10:59 AM, William Stein <[EMAIL PROTECTED]> wrote:
>[...]
> What you might do is run sage and type
>  sage: install_scripts('%s/software/bin/'%os.environ['HOME'])
> This will, among other things, put an hg script in that directory,
> which contains this:
>
> [EMAIL PROTECTED]:~/bin$ cat hg
> #!/bin/sh
> sage -hg $*


Should this be

sage -hg "$@"

?

Otherwise, parameters with spaces won't work... right?

Best, Gonzalo

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to