Skip to content
Snippets Groups Projects
Commit 19a9989e authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

bugfix

Rev: lib/master.pike:1.56
parent 87b4cbf7
No related branches found
No related tags found
No related merge requests found
/* $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. * Master-file for Pike.
*/ */
...@@ -124,7 +124,7 @@ void add_program_path(string tmp) ...@@ -124,7 +124,7 @@ void add_program_path(string tmp)
{ {
tmp=combine_path_with_cwd(tmp); tmp=combine_path_with_cwd(tmp);
pike_program_path-=({tmp}); pike_program_path-=({tmp});
pike_program_path=({tmp})+pike_module_path; pike_program_path=({tmp})+pike_program_path;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment