Skip to content
Snippets Groups Projects
Commit 69092c2c authored by Fredrik Noring's avatar Fredrik Noring
Browse files

Fixed path to hilfe.

Rev: lib/master.pike:1.55
parent c53aa59a
No related branches found
No related tags found
No related merge requests found
/* $Id: master.pike,v 1.54 1997/10/22 02:36:15 hubbe Exp $ /* $Id: master.pike,v 1.55 1997/11/10 16:37:53 noring Exp $
* *
* Master-file for Pike. * Master-file for Pike.
*/ */
...@@ -539,7 +539,7 @@ void _main(string *argv, string *env) ...@@ -539,7 +539,7 @@ void _main(string *argv, string *env)
if(master_file_stat("/usr/local/bin/hilfe")) if(master_file_stat("/usr/local/bin/hilfe"))
argv[0]="/usr/local/bin/hilfe"; argv[0]="/usr/local/bin/hilfe";
else if(master_file_stat("../bin/hilfe")) else if(master_file_stat("../bin/hilfe"))
argv[0]="/usr/local/bin/hilfe"; argv[0]="../bin/hilfe";
else else
{ {
werror("Couldn't find hilfe.\n"); werror("Couldn't find hilfe.\n");
......
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