diff src/octave.cc @ 4100:ed0090ecf80f

[project @ 2002-10-11 16:37:45 by jwe]
author jwe
date Fri, 11 Oct 2002 16:37:45 +0000
parents 596f88296519
children ea537559ab07
line wrap: on
line diff
--- a/src/octave.cc	Thu Oct 10 06:23:03 2002 +0000
+++ b/src/octave.cc	Fri Oct 11 16:37:45 2002 +0000
@@ -243,7 +243,8 @@
       std::string home_dir = octave_env::get_home_directory ();
 
       std::string home_rc = home_dir + OCTAVE_DIR_SEP_STR + initfile;
-      std::string local_rc = octave_env::getcwd () + initfile;
+      std::string local_rc
+	= octave_env::getcwd () + OCTAVE_DIR_SEP_STR + initfile;
 
       if (! home_dir.empty ())
 	{