We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f4269 commit 8d6ba46Copy full SHA for 8d6ba46
bin/common.sh
@@ -60,7 +60,7 @@ else
60
fi
61
62
# After determining the directory, look for the hefquin-cli JAR file in that directory, and ..
63
-HEFQUIN_CP=$(echo ${HEFQUIN_JAR_DIR}hefquin-cli-*.jar | grep -vE '(-sources|-javadoc)\.jar')
+HEFQUIN_CP=$(printf "%s\n" ${HEFQUIN_JAR_DIR}hefquin-cli-*.jar | grep -vE '(-sources|-javadoc)\.jar')
64
# .. check that the JAR file is actually there
65
if [ ! -f ${HEFQUIN_CP} ]; then
66
echo "Cannot find the HeFQUIN JAR file in ${HEFQUIN_JAR_DIR}"
0 commit comments