X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=deblob-main;h=cb6af7fd2678fd8eaada1bc5de30f40fff838ee7;hb=072a82d35612a8d0af9400b1c2e76c25ecf08d0e;hp=2d70577076cc8ad40ce77eb5a63fffe2efa1dec5;hpb=161a13ae437cab0617fea60ecfb35a171924bbc4;p=releases.git diff --git a/deblob-main b/deblob-main index 2d70577076cc..cb6af7fd2678 100755 --- a/deblob-main +++ b/deblob-main @@ -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