aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2016-11-11 16:35:59 +0000
committerStuart Monteith <stuart.monteith@linaro.org>2016-11-11 16:35:59 +0000
commita7236eaa40354e4884e2898afadd829e22c1b13b (patch)
tree55592b4bc18bd8f46c32eed6b1a92f56370576ae
parent940ce2893a2c5771aa02604a4522f4dadfa1746a (diff)
Fix typo for jdk_version
You don't assign variables with spaces around the =.
-rwxr-xr-xopenjdk-test-summary2
1 files changed, 1 insertions, 1 deletions
diff --git a/openjdk-test-summary b/openjdk-test-summary
index b6aa242..f5b9ae4 100755
--- a/openjdk-test-summary
+++ b/openjdk-test-summary
@@ -21,7 +21,7 @@
progname=$(basename $0)
SCRIPTPATH=$(cd $(dirname $0); pwd -P)
PATH=$SCRIPTPATH:$SCRIPTPATH/jtreg-bin/jtreg/bin:$PATH
-jdk_version = $JDK_VERSION
+jdk_version=$JDK_VERSION
if [[ -z "$BASH_VERSION" ]] || ((${BASH_VERSINFO[0]} < 4)); then
echo "bash >= 4.0 required" >&2