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

minor update for NT

Rev: lib/master.pike:1.59
parent 3f934367
Branches
Tags
No related merge requests found
/* $Id: master.pike,v 1.58 1998/01/13 22:27:44 hubbe Exp $ /* $Id: master.pike,v 1.59 1998/01/15 05:58:34 hubbe Exp $
* *
* Master-file for Pike. * Master-file for Pike.
*/ */
...@@ -452,7 +452,7 @@ void _main(string *argv, string *env) ...@@ -452,7 +452,7 @@ void _main(string *argv, string *env)
add_constant("write",_static_modules.files()->file("stdout")->write); add_constant("write",_static_modules.files()->file("stdout")->write);
_master_file_name=backtrace()[-1][0]; _master_file_name=replace(backtrace()[-1][0],"\\","/");
q=_master_file_name/"/"; q=_master_file_name/"/";
pike_library_path = combine_path_with_cwd(q[0..sizeof(q)-2] * "/"); pike_library_path = combine_path_with_cwd(q[0..sizeof(q)-2] * "/");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment