[grub/f16] Don't exit for no reason.

Peter Jones pjones at fedoraproject.org
Wed Sep 28 23:32:06 UTC 2011


commit 91e0d4f6459d085b37a24487d648589bd1e4e851
Author: Peter Jones <pjones at redhat.com>
Date:   Wed Sep 28 19:31:32 2011 -0400

    Don't exit for no reason.

 grub.spec |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/grub.spec b/grub.spec
index 3d26d5b..49480a0 100644
--- a/grub.spec
+++ b/grub.spec
@@ -57,7 +57,6 @@ fi
 export CFLAGS
 %configure --sbindir=/sbin --disable-auto-linux-mem-opt --datarootdir=%{_datadir} --with-platform=efi
 make
-exit 1
 mv efi/grub.efi .
 make clean
 autoreconf


More information about the scm-commits mailing list