From ce8aee2ebad219c3067c9fe3978c2a0fcfa89e38 Mon Sep 17 00:00:00 2001 From: Per Hedbor <ph@opera.com> Date: Tue, 21 Apr 1998 05:54:01 +0200 Subject: [PATCH] . is nice to have in program_path... Rev: lib/master.pike.in:1.17 --- lib/master.pike.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/master.pike.in b/lib/master.pike.in index 10d7ccb79b..2113785cb0 100644 --- a/lib/master.pike.in +++ b/lib/master.pike.in @@ -1,5 +1,5 @@ -/* $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"); -- GitLab