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

bugfix

Rev: bin/export.pike:1.16
parent aae3108e
No related branches found
No related tags found
No related merge requests found
#!/usr/local/bin/pike
/* $Id: export.pike,v 1.15 1998/03/20 22:56:48 hubbe Exp $ */
/* $Id: export.pike,v 1.16 1998/03/25 04:41:51 hubbe Exp $ */
#include <simulate.h>
......@@ -97,7 +97,7 @@ int main(int argc, string *argv)
vpath=replace(getversion()," ","-");
string tag=replace(vpath,({"Pike-","."}),({"","_"}));
vpath=replace(getversion(),"-release-",".");
vpath=replace(vpath,"-release-",".");
#if 0
mapping x=localtime(time());
tag+=+"-"+sprintf("%02d%02d%02d-%02d%02d",
......@@ -122,6 +122,7 @@ int main(int argc, string *argv)
if(file_size("pike/src/modules/"+tmp) == -2)
fix_configure("modules/"+tmp);
werror("vpath = %s\n",vpath);
system("ln -s pike "+vpath);
files=sum(({ vpath+"/README", vpath+"/ANNOUNCE" }),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment