What | Removed | Added |
---|---|---|
CC | robin.shepheard@proton.me |
The patch is still failing. Having copied the changes made by Vincent to a
local file in home and running diff I get the following:-
diff ./kalpa-firstboot /usr/bin/kalpa-firstboot
12c12
< if eval "$@"; then
---
> if "$@"; then
as soon as the eval is added in it runs without error