From 19a9989e2fc20dd499cb717bd22b5b791904f80c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Tue, 11 Nov 1997 14:20:59 -0800 Subject: [PATCH] bugfix Rev: lib/master.pike:1.56 --- lib/master.pike | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/master.pike b/lib/master.pike index fd18aece5d..8521c5d061 100644 --- a/lib/master.pike +++ b/lib/master.pike @@ -1,4 +1,4 @@ -/* $Id: master.pike,v 1.55 1997/11/10 16:37:53 noring Exp $ +/* $Id: master.pike,v 1.56 1997/11/11 22:20:59 hubbe Exp $ * * Master-file for Pike. */ @@ -124,7 +124,7 @@ void add_program_path(string tmp) { tmp=combine_path_with_cwd(tmp); pike_program_path-=({tmp}); - pike_program_path=({tmp})+pike_module_path; + pike_program_path=({tmp})+pike_program_path; } -- GitLab