From cbce8f9149c33873dd537a4ee02541e200bfbf27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Tue, 5 Sep 2000 18:25:09 -0700 Subject: [PATCH] bugfix Rev: bin/export.pike:1.32 --- bin/export.pike | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/export.pike b/bin/export.pike index 83b5096cc9..a282a5738e 100755 --- a/bin/export.pike +++ b/bin/export.pike @@ -1,6 +1,6 @@ #!/usr/local/bin/pike -/* $Id: export.pike,v 1.31 2000/03/27 20:29:45 hubbe Exp $ */ +/* $Id: export.pike,v 1.32 2000/09/06 01:25:09 hubbe Exp $ */ #include <simulate.h> import Stdio; @@ -57,7 +57,7 @@ string *get_files(string path) void fix_configure(string dir) { - int *config,*config_in; + mixed config,config_in; config=file_stat(dir+"/configure"); config_in=file_stat(dir+"/configure.in"); -- GitLab