diff --git a/bin/export.pike b/bin/export.pike index bdc6ff5f628f876ccefa98d6bcff9ebf41a9ae8e..3d34106d4550ce94474e93a81e06390985ef6b20 100755 --- a/bin/export.pike +++ b/bin/export.pike @@ -1,6 +1,6 @@ #!/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" }),