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
No related branches found
No related tags found
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.
*/
......@@ -452,7 +452,7 @@ void _main(string *argv, string *env)
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/"/";
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.
Finish editing this message first!
Please register or to comment