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

modified to handle modules in lib directory as well

Rev: bin/export.pike:1.9
parent dc296b4b
No related branches found
No related tags found
No related merge requests found
#!/usr/local/bin/pike
/* $Id: export.pike,v 1.8 1997/10/14 03:08:46 hubbe Exp $ */
/* $Id: export.pike,v 1.9 1997/10/22 02:37:42 hubbe Exp $ */
#include <simulate.h>
......@@ -22,6 +22,10 @@ string *get_files(string path)
if(path==vpath+"/src/modules" && except_modules[tmp])
continue;
if(search(path,vpath+"/lib/modules")==0 &&
(except_modules[tmp] || except_modules[tmp - ".pmod"]))
continue;
tmp=path+"/"+tmp;
if(file_size(tmp)==-2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment