diff src/octave.cc @ 3597:26662775f4e9

[project @ 2000-02-12 02:24:41 by jwe]
author jwe
date Sat, 12 Feb 2000 02:24:46 +0000
parents 4b1a93f83264
children 55e59236c5e5
line wrap: on
line diff
--- a/src/octave.cc	Thu Feb 10 09:26:51 2000 +0000
+++ b/src/octave.cc	Sat Feb 12 02:24:46 2000 +0000
@@ -209,7 +209,7 @@
       // Execute commands from the site-wide configuration file.
       // First from the file $(prefix)/lib/octave/site/m/octaverc
       // (if it exists), then from the file
-      // $(prefix)/lib/octave/$(version)/m/octaverc (if it exists).
+      // $(prefix)/share/octave/$(version)/m/octaverc (if it exists).
 
       parse_and_execute (Vlocal_site_defaults_file, verbose);