On Thursday, October 11, 2012 8:41:57 PM UTC+1, Jeroen Demeyer wrote: > The difference is that these "sibling" scripts are created by the user > running the script, i.e. they already exist. That's not insecure. This > is different from the Python situation. >
Bash "source" will search in the $PATH and may or may not try cwd (depending on whether bash is in posix mode). Its not just to include files created by the user running the original script. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel?hl=en.
