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)
commitcfa16515e4c5a4d4fd6a5bf4f097379ef54b4a5d
treebb180a1e90a0458a9797f3213df9c60b4fbe8dfd
parent1675ca627a824e701a55d5b50bcf9a969db7c6e1
fix debootstrap error handler

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
grml-debootstrap