diff --git a/lib/master.pike b/lib/master.pike index fd18aece5d0755bbb177b4f744bf1902bcd8697a..8521c5d061c7411a819a37bb8d2ad781f97b170b 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; }