This fixes "exiting interactive shells" when the one-liner uses `eval`
the shell-script to the current shell. Without this commit, it is
actually possible to use eval in the shell as a command. For example:
$ sh -c 'eval "$(curl -s URL)"'
Signed-off-by: Harry Kurn <alternate-se7en@pm.me>