Commit 775ed60
committed
Fix weird bash globbing (3.0)
What was problematic was the error message when the certificate stores were missing. This fixes it by redirecting the error message to /dev/null so that if the sub function detects the missing file it returns with an error by the program and not by executing "basename"
As for 3.2 this is for the 3.0 branch.1 parent 3eb3994 commit 775ed60
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7094 | 7094 | | |
7095 | 7095 | | |
7096 | 7096 | | |
7097 | | - | |
| 7097 | + | |
7098 | 7098 | | |
7099 | 7099 | | |
7100 | 7100 | | |
| |||
0 commit comments