On Thu, Jan 28, 2010 at 1:53 PM, Minh Nguyen <nguyenmi...@gmail.com> wrote:

<SNIP>

> #!/bin/sh
> export SAGE_CHECK="yes"
> # cd to SAGE_ROOT, i.e. the top-level Sage directory
> for spkg in `ls spkg/standard/ | grep '\.spkg'`; do
>    ./sage -f "$spkg"

That line should be

    ./sage -f spkg/standard/"$spkg"

or something similar.

> done

-- 
Regards
Minh Van Nguyen

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to