fix debootstrap error handler
authorAntoine Beaupré <anarcat@debian.org>
Tue, 23 Jan 2024 13:50:17 +0000 (08:50 -0500)
committerAntoine Beaupré <anarcat@debian.org>
Tue, 23 Jan 2024 13:53:32 +0000 (08:53 -0500)
We were using the old-style "RC" error checking. Now that has all been
moved to a global error handler, so we need to move log parsing there
as well.

Fixes: 9706bd9 (improved error handling, removed RC=$? noops, 2023-12-22)
Closes: #268


No differences found