Commit 3479bf5
committed
OpenGrok help uses bashism
On systems where /bin/sh is dash (like Debian), invoking OpenGrok help
will print the following error message along with its output:
./OpenGrok: 930: [: unexpected operator
Also, the --detailed option won't print all the detailed help.
This patch replaces a bashism (the == operator) with standard shell
syntax (the = operator).1 parent bfaf601 commit 3479bf5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
927 | 927 | | |
928 | 928 | | |
929 | 929 | | |
930 | | - | |
| 930 | + | |
931 | 931 | | |
932 | 932 | | |
933 | 933 | | |
| |||
0 commit comments