X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=deblob-main;h=7d8a29cd584f18b1c902be600017d9920997f1e0;hb=738f640d6322463b9ab1363835b7a5cfd19f4f16;hp=143e81a8955e263f96e6831bc122d797d223f000;hpb=5df496375d4dcb7673cfcd4b9c5215aeb69b79b0;p=releases.git diff --git a/deblob-main b/deblob-main index 143e81a8955e..7d8a29cd584f 100755 --- a/deblob-main +++ b/deblob-main @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2008, 2009 Alexandre Oliva +# Copyright (C) 2008, 2009, 2010 Alexandre Oliva # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -161,7 +161,7 @@ echo Uncompressing linux-$kver.tar.bz2 into linux-$kver.tar rm -rf linux-$kver linux-$kver.tar bunzip2 < linux-$kver.tar.bz2 > linux-$kver.tar -echo Extracing linux-$kver.tar into linux-$kver +echo Extracting linux-$kver.tar into linux-$kver tar -xf linux-$kver.tar rm -rf linux-$kver-$libre linux-$kver-$libre.tar @@ -171,7 +171,7 @@ cp -lR linux-$kver/. linux-$kver-$libre rm -f linux-$kver-$libre.log linux-$kver-$libre.log.tmp echo Deblobbing within linux-$kver-$libre, saving output to linux-$kver-$libre.log -# We can't just pipe deblob into tee, for then we fail to detect +# We can't just pipe deblob into tee, for then we fail to detect # error conditions. Use file renaming to tell whether we succeeded. if (cd linux-$kver-$libre && /bin/sh ../$deblob $force) 2>&1; then mv linux-$kver-$libre.log.tmp linux-$kver-$libre.log