[Pkg-octave-commit] [octave] 01/01: d/octave.conf: Use recommended __octave_config_info__ function

Rafael Laboissiere rafael at debian.org
Tue Jan 3 23:55:43 UTC 2017


This is an automated email from the git hooks/post-receive script.

rafael pushed a commit to branch master
in repository octave.

commit ae96486ec51a086299c9c3bac39730753d8ff58c
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Tue Jan 3 21:51:15 2017 -0200

    d/octave.conf: Use recommended __octave_config_info__ function
---
 debian/octave.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/octave.conf b/debian/octave.conf
index 4902f32..3821b8a 100644
--- a/debian/octave.conf
+++ b/debian/octave.conf
@@ -9,7 +9,7 @@
 ## directory.
 
 readline_read_init_file (sprintf ("%s%s%s",
-                                  octave_config_info ("startupfiledir"),
+                                  __octave_config_info__ ("startupfiledir"),
                                   filesep, "inputrc"));
 
 if (strcmp (PAGER (), "less") && isempty (getenv ("LESS")))

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave.git



More information about the Pkg-octave-commit mailing list