Il giorno lun 23 ago 2021 alle ore 11:15 Harald van Dijk <[email protected]> ha scritto:
> On 23/08/2021 10:09, Roberto A. Foglietta wrote: > > Il giorno lun 23 ago 2021 alle ore 10:45 Harald van Dijk > > <[email protected] <mailto:[email protected]>> ha scritto: > > > > On 23/08/2021 09:16, Roberto A. Foglietta wrote: > > > I did the same. > > You changed command eval false to false, but the 'command' builtin was > the key element there, that is what made the syntax error non-fatal. > 'command eval false' is not the same thing as simply 'false' (at least > not in busybox ash). > Hi Harald, thanks to your deep knowledge of the shell we finally reached the point! The attached patch solves two questions/issues: - not exit exceptions disables trap ERR (solved) - not exit exceptions might do memory leak (not the case, verified) The full patch is here: https://github.com/robang74/tinycore-editor/tree/main/busybox/patches busybox-1.33.1-error-management-extension-for-ash-v016.patch Best regards, -- Roberto A. Foglietta +39.349.33.30.697
busybox-1.33.1-dealing-with-not-exit-exceptions.patch
Description: Binary data
testsuite.tgz
Description: application/compressed
_______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
