diff options
author | Julien Danjou <jdanjou@mandriva.org> | 2003-07-15 08:26:42 +0000 |
---|---|---|
committer | Julien Danjou <jdanjou@mandriva.org> | 2003-07-15 08:26:42 +0000 |
commit | 6ba94a99e18968f955a25528001718b60800cb3e (patch) | |
tree | 241150c6a02fda9f0bd7511d961f9f4e49cb2ba5 | |
parent | b208a4b773e51346d358c07afbe94c07158107f3 (diff) | |
download | bootsplash-6ba94a99e18968f955a25528001718b60800cb3e.tar bootsplash-6ba94a99e18968f955a25528001718b60800cb3e.tar.gz bootsplash-6ba94a99e18968f955a25528001718b60800cb3e.tar.bz2 bootsplash-6ba94a99e18968f955a25528001718b60800cb3e.tar.xz bootsplash-6ba94a99e18968f955a25528001718b60800cb3e.zip |
Remove exit()
-rwxr-xr-x | rpmbuildupdate | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rpmbuildupdate b/rpmbuildupdate index f162197..16b02c6 100755 --- a/rpmbuildupdate +++ b/rpmbuildupdate @@ -177,7 +177,6 @@ sub build { wait; print "Build fails: building source only\n"; - exit; system("rpm -bs ../SPECS/".$pkg.".spec"); } wait; |