diff scripts/path/savepath.m @ 8609:fcf762ba66cf

load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
author John W. Eaton <jwe@octave.org>
date Tue, 27 Jan 2009 23:02:08 -0500
parents 5cc1fba0a7d6
children 5dd06f19e9be
line wrap: on
line diff
--- a/scripts/path/savepath.m
+++ b/scripts/path/savepath.m
@@ -116,7 +116,7 @@
     ## Remove the portion of the path defined via the command line
     ## and/or the environment.
     workingpath = parsepath (path);
-    command_line_path = parsepath (commandlinepath ());
+    command_line_path = parsepath (command_line_path ());
     octave_path = parsepath (getenv ("OCTAVE_PATH"));
     if (isempty (pathdef ()))
       ## This occurs when running octave via run-octave. In this instance