profanity-omemo-plugin icon indicating copy to clipboard operation
profanity-omemo-plugin copied to clipboard

No error messages showed in install.sh

Open NeodarZ opened this issue 7 years ago • 1 comments

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...

NeodarZ avatar Jan 07 '19 12:01 NeodarZ

consider having pax-tools installed

Secret-Messenger-App avatar Oct 05 '19 20:10 Secret-Messenger-App