From 355b9da16f84d16b12d7e229f3fa7ef0cef0ffeb Mon Sep 17 00:00:00 2001 From: Hugo Clement Date: Thu, 24 Oct 2002 10:30:25 +0000 Subject: [PATCH] =?UTF-8?q?Suppression=20des=20fichiers=20interm=C3=A9diai?= =?UTF-8?q?res=20sous=20Cygwin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- alliance/src/genpat/src/genpat.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alliance/src/genpat/src/genpat.sh b/alliance/src/genpat/src/genpat.sh index fa34d6d9..46927ee2 100755 --- a/alliance/src/genpat/src/genpat.sh +++ b/alliance/src/genpat/src/genpat.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: genpat.sh,v 1.1 2002/05/30 13:28:15 xtof Exp $ +# $Id: genpat.sh,v 1.2 2002/10/24 10:30:25 hcl Exp $ #set -v #set -x @@ -107,7 +107,7 @@ EOF fi if [ $keep -eq 0 ] ; then - rm $name; + rm $name $name.exe; fi rm $name.o $name.grr $makefile > /dev/null 2>&1