Skip to content
Snippets Groups Projects
Commit ce8aee2e authored by Per Hedbor's avatar Per Hedbor
Browse files

. is nice to have in program_path...

Rev: lib/master.pike.in:1.17
parent 6e0ebbfe
No related branches found
No related tags found
No related merge requests found
/* $Id: master.pike.in,v 1.16 1998/04/20 02:34:03 hubbe Exp $
*
/* $Id: master.pike.in,v 1.17 1998/04/21 03:54:01 per Exp $
*
* Master-file for Pike.
*
* Based on master.pike 1.67.
......@@ -499,6 +499,8 @@ void _main(string *orig_argv, string *env)
add_constant("write",_static_modules.files()->_stdout->write);
add_program_path(getcwd()); // Rather important /Per
// add path for architecture-shared files
add_include_path("share_prefix/include");
add_module_path("share_prefix/modules");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment