From d096089a8ed8e3d9ceca8036ba34d2581eb3bd2b Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 6 Jan 1997 23:04:56 +0000 Subject: [PATCH] *** empty log message *** --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index dfe41773a..4fc256515 100644 --- a/INSTALL +++ b/INSTALL @@ -7,7 +7,7 @@ Generic instructions for configuring and compiling GNU distributions are included below. Here is an illustration of commands that might be used to build Guile. The voluminous output of the commands is not shown. - % tar xvf guile-snap.tar.gz # unpack the sources + % tar xvfz guile-snap.tar.gz # unpack the sources % cd guile-snap % ./configure % make