From 69092c2c17a674ad33860813f8bc5d97a9e50d01 Mon Sep 17 00:00:00 2001 From: Fredrik Noring <noring@nocrew.org> Date: Mon, 10 Nov 1997 17:37:53 +0100 Subject: [PATCH] Fixed path to hilfe. Rev: lib/master.pike:1.55 --- lib/master.pike | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/master.pike b/lib/master.pike index 00a47c5d17..fd18aece5d 100644 --- a/lib/master.pike +++ b/lib/master.pike @@ -1,4 +1,4 @@ -/* $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. */ @@ -539,7 +539,7 @@ void _main(string *argv, string *env) if(master_file_stat("/usr/local/bin/hilfe")) argv[0]="/usr/local/bin/hilfe"; else if(master_file_stat("../bin/hilfe")) - argv[0]="/usr/local/bin/hilfe"; + argv[0]="../bin/hilfe"; else { werror("Couldn't find hilfe.\n"); -- GitLab