Skip to content

don't use set -e in interactive shell #8

@boegel

Description

@boegel

Running a command that returns a non-zero exit code results in existing the interactive shell you get with eessi shell:

lima $ eessi shell --eessi-version 2025.06
...
{EESSI 2025.06} kehoste@lima-eessi:~$ cvmfs_config chksetup
root privileges required
ERROR: Non-zero exit code detected for interactive shell!
lima $

That's because we use set -e when we set up the shell, which doesn't make much sense...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions