From 0503bb8d4d633d1dd82e49b9118604501b491d62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Thu, 20 Aug 1998 21:43:57 -0700 Subject: [PATCH] now tags entire tree (I hope) Rev: bin/export.pike:1.21 --- bin/export.pike | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/export.pike b/bin/export.pike index cf56fb5c1a..06cfc08f06 100755 --- a/bin/export.pike +++ b/bin/export.pike @@ -1,6 +1,6 @@ #!/usr/local/bin/pike -/* $Id: export.pike,v 1.20 1998/05/13 23:29:09 hubbe Exp $ */ +/* $Id: export.pike,v 1.21 1998/08/21 04:43:57 hubbe Exp $ */ #include <simulate.h> @@ -110,7 +110,7 @@ int main(int argc, string *argv) werror("Creating tag "+tag+" in the background.\n"); cvs=Process.create_process(({"cvs","tag","-R","-F",tag}), - (["cwd":"pike/src"])); + (["cwd":"pike"])); }else{ vpath=replace(replace(getversion()," ","-"),"-release-","."); } -- GitLab