On 2012-01-02 05:24, John H Palmieri wrote:
> I think somewhere the current working directory is being changed, so
> when it's looking for 'example.sagetex.sage', it can't find it.  I'm not
> sure though.  My guess is that it's related to #11073.

The following code block from $SAGE_ROOT/sage should be moved to
spkg/bin/sage (formerly known as local/bin/sage-sage):

# Save the current directory, so we can change back after startup
# If pwd fails, we fall back to SAGE_ROOT
CUR=`pwd` || CUR="$SAGE_ROOT"

-- 
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