diff src/defaults.cc @ 9132:eb1747dbd360

Update help strings for command line options Add documentation for --no-init-path option Add documentation for environment variables OCTAVE_SITE_INITFILE, OCTAVE_VERSION_INITFILE
author Rik <rdrider0-list@yahoo.com>
date Fri, 17 Apr 2009 14:53:17 -0700
parents eb63fbe60fab
children a3739e27b017
line wrap: on
line diff
--- a/src/defaults.cc
+++ b/src/defaults.cc
@@ -322,7 +322,7 @@
 static void
 set_local_site_defaults_file (void)
 {
-  std::string lsf = octave_env::getenv ("OCTAVE_LOCAL_SITE_INITFILE");
+  std::string lsf = octave_env::getenv ("OCTAVE_SITE_INITFILE");
 
   if (lsf.empty ())
     {
@@ -336,7 +336,7 @@
 static void
 set_site_defaults_file (void)
 {
-  std::string sf = octave_env::getenv ("OCTAVE_SITE_INITFILE");
+  std::string sf = octave_env::getenv ("OCTAVE_VERSION_INITFILE");
 
   if (sf.empty ())
     {