From 0beedfa5e527ff76eabb8b70d3aeeb99714d6700 Mon Sep 17 00:00:00 2001 From: lxoliva Date: Mon, 19 May 2008 00:01:16 +0000 Subject: [PATCH] Check exit status of deblob-kver git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@3551 559672b5-ba27-0410-b829-e8f1faed8b1b --- deblob-main | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deblob-main b/deblob-main index 12e5374e166..d64b3bb1102 100755 --- a/deblob-main +++ b/deblob-main @@ -160,7 +160,7 @@ cp linux-$kver.tar linux-$kver-$libre.tar cp -lR linux-$kver/. linux-$kver-$libre echo Deblobbing within linux-$kver-$libre -(cd linux-$kver-$libre && /bin/sh ../$deblob) +(cd linux-$kver-$libre && /bin/sh ../$deblob) || exit 1 rm -f linux-$kver-$libre.patch cp $0 $deblob deblob-check linux-$kver-$libre -- 2.31.1