bash completion: hide errors (closes #1671)
For system installation, the bash auto-completion will display messages for users without home directory. Redirect stderr to null
This commit is contained in:
parent
aea0b6a6b7
commit
88faf18aa3
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ _weboob()
|
|||
}
|
||||
|
||||
hash weboob-config 2>/dev/null &&
|
||||
weboob_applications=$(weboob-config applications)
|
||||
weboob_applications=$(weboob-config applications 2>/dev/null)
|
||||
hash -d weboob-config
|
||||
for application in $weboob_applications
|
||||
do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue