Skip to content

Commit 9a74d1b

Browse files
committed
Remove verbose flag from lsif-java script in Docker container
1 parent d2c91c6 commit 9a74d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/lsif-java-docker-script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Wrapper script for `lsif-java`, which automatically picks up the correct JVM
33
# version. It assumes that `coursier` is available on the `$PATH` and that the
44
# `lsif-java` binary is already installed at `/app/lsif-java/bin/lsif-java`.
5-
set -eux
5+
set -eu
66
JVM_VERSION="8"
77
FILE="$PWD/lsif-java.json"
88
if test -f "$FILE"; then

0 commit comments

Comments
 (0)