Branch: Tag:

1998-04-30

1998-04-30 15:29:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added _pike_file_name.

Rev: lib/master.pike.in:1.25

1: - /* $Id: master.pike.in,v 1.24 1998/04/29 16:00:57 grubba Exp $ + /* $Id: master.pike.in,v 1.25 1998/04/30 15:29:49 grubba Exp $    *    * Master-file for Pike.    *
532:    return UNDEFINED;   }    + // These are useful if you want to start other Pike processes + // with the same options as this one was started with. + string _pike_file_name;   string _master_file_name;      /* This function is called when all the driver is done with all setup
549:    string a,b;    mixed *q;    +  _pike_file_name = orig_argv[0]; +     foreach(env,a) if(sscanf(a,"%s=%s",a,b)) environment[a]=b;       // add path for architecture-shared files