From 6031f498c8ae47acae457a561c14db00c0cedc90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Mon, 8 Sep 1997 21:39:43 -0700 Subject: [PATCH] gzip-fix (again) Rev: bin/export.pike:1.7 --- bin/export.pike | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/export.pike b/bin/export.pike index 3392dc8ef5..4abd3c24d8 100755 --- a/bin/export.pike +++ b/bin/export.pike @@ -1,6 +1,6 @@ #!/usr/local/bin/pike -/* $Id: export.pike,v 1.6 1997/09/09 04:33:29 hubbe Exp $ */ +/* $Id: export.pike,v 1.7 1997/09/09 04:39:43 hubbe Exp $ */ #include <simulate.h> @@ -85,7 +85,7 @@ int main(int argc, string *argv) get_files(vpath+"/bin")); perror("Creating "+vpath+".tar.gz:\n"); - system("tar cvf - "+files*" "+" | gzip -9 pike/"+vpath+".tar.gz"); + system("tar cvf - "+files*" "+" | gzip -9 >pike/"+vpath+".tar.gz"); rm(vpath); perror("Done.\n"); return 0; -- GitLab