Comment 2 for bug 13323

Revision history for this message
In , Marco d'Itri (md) wrote : Re: Bug#297137: hotplug: /etc/init.d/hotplug stopped working because 'unset' fails

tag 297137 unreproducible moreinfo
thanks

On Feb 27, Jan Echternach <email address hidden> wrote:

> I've tracked it down to an 'unset' call failing, apparently because the

I tested this script with bash, dash and even posh, and it works fine.

#!/bin/sh -e
echo a
unset no_such_variable1 no_such_variable2
echo b

Do you want to try again?

--
ciao,
Marco