Skip to content

Commit 417a89a

Browse files
authored
Merge pull request #2065 from kahatlen/bashism
OpenGrok help uses bashism
2 parents bfaf601 + 3479bf5 commit 417a89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenGrok

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ UpdateDescriptionCache()
927927

928928
OpenGrokUsage()
929929
{
930-
[ "$1" == "--detailed" ] && helpargs=$1
930+
[ "$1" = "--detailed" ] && helpargs=$1
931931
echo "Options for opengrok.jar:" 1>&2
932932
${DO} ${JAVA} ${JAVA_OPTS} -jar "${OPENGROK_JAR}" '-?' $helpargs
933933
}

0 commit comments

Comments
 (0)