Skip to content

Commit

Permalink
Fixed missing if/then/test clause
Browse files Browse the repository at this point in the history
  • Loading branch information
JochenHiller committed Jun 2, 2015
1 parent c73fd65 commit 8b2344f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts-common/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $__cwd/JavaVMs-Installed/ejre-7u75-fcs-b13-linux-arm-vfp-hflt-server_headless-18
/usr/lib/jvm/java-1.5.0-gcj-4.7 \
/usr/lib/jvm/java-6-openjdk-armhf"

elif [ $uname_long == *"2.6.34.15-WR4.3.0.0_standard"* ]
elif [ $uname_long == *"2.6.34.15-WR4.3.0.0_standard"* ] ; then
# assume that the JavaVMs are installed ./JavaVMs-Installed
__cwd=`pwd`
JVMS="
Expand Down

0 comments on commit 8b2344f

Please sign in to comment.