From 586afb4bb29d6f3197f3078854b544d842510542 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 25 Aug 2004 12:51:26 +0000 Subject: don't be a bastard, keep CVS directory --- tools/i386/netboot/makeImages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/i386') diff --git a/tools/i386/netboot/makeImages b/tools/i386/netboot/makeImages index 79d45c11e..3920547d7 100755 --- a/tools/i386/netboot/makeImages +++ b/tools/i386/netboot/makeImages @@ -7,7 +7,7 @@ DRIVERTOCOMPILE=`grep NETBOOT_DRIVERS= ${PATHGRUB}/configure.in | cut -d " " -f echo "Cleaning old drivers" for i in `ls` do - if [ -d $i ]; then + if [ -d $i ] && [ $i != CVS ]; then rm -rf $i fi -- cgit v1.2.1