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

bugfix

Rev: bin/export.pike:1.32
parent 89e91284
No related branches found
No related tags found
No related merge requests found
#!/usr/local/bin/pike #!/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> #include <simulate.h>
import Stdio; import Stdio;
...@@ -57,7 +57,7 @@ string *get_files(string path) ...@@ -57,7 +57,7 @@ string *get_files(string path)
void fix_configure(string dir) void fix_configure(string dir)
{ {
int *config,*config_in; mixed config,config_in;
config=file_stat(dir+"/configure"); config=file_stat(dir+"/configure");
config_in=file_stat(dir+"/configure.in"); config_in=file_stat(dir+"/configure.in");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment