Skip to content
This repository was archived by the owner on Feb 24, 2020. It is now read-only.
This repository was archived by the owner on Feb 24, 2020. It is now read-only.

No error messages showed in install.sh #54

@NeodarZ

Description

@NeodarZ

Hello,

I don't know why but it's seems that stderr is also redirect to /dev/null in your install.sh file after a test on Debian Stretch and Archlinux.

If I add a 2 before >, like the following code, the stderr is showed and I know scanelf is not installed.

which scanelf 2> /dev/null

If it's normal that error messages isn't showed, I think it's a little strange...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions