diff options
author | Jim Blandy <jimb@red-bean.com> | 1997-10-25 06:53:11 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1997-10-25 06:53:11 +0000 |
commit | 01cddfc1e8080eef7d9f277d8d666fa2e56de825 (patch) | |
tree | 60c3479cca099d7f27a0f055d51e4c112f40ffef /libguile/script.c | |
parent | 51e6b88353371b484b8e46903364bdc79395931e (diff) | |
download | guile-01cddfc1e8080eef7d9f277d8d666fa2e56de825.tar.gz |
* load.c (scm_init_load_path): Check GUILE_LOAD_PATH environment
variable first; then SCHEME_LOAD_PATH, with a warning message.
(scm_parse_path): New function.
* script.c: Doc fixes.
Diffstat (limited to 'libguile/script.c')
-rw-r--r-- | libguile/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/script.c b/libguile/script.c index 859746aeb..6bdd32561 100644 --- a/libguile/script.c +++ b/libguile/script.c @@ -618,7 +618,7 @@ scm_compile_shell_switches (int argc, char **argv) scm_mask_ints = 0; } { - /* We want a path only containing directories from SCHEME_LOAD_PATH, + /* We want a path only containing directories from GUILE_LOAD_PATH, SCM_SITE_DIR and SCM_LIBRARY_DIR when searching for the site init file, so we do this before loading Ice-9. */ SCM init_path = scm_sys_search_load_path (scm_makfrom0str ("init.scm")); |