Skip to content

Commit

Permalink
Fixed install script for specjvm2008
Browse files Browse the repository at this point in the history
  • Loading branch information
JochenHiller committed Jun 4, 2015
1 parent 9b45866 commit 28aa09c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions SPECjvm2008/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ echo "Installing SPECjvm2008..."
# so install on another host
if [ -f specjvm2008.tar.gz ] ; then
echo "Unpacking pre-installed version of SPECjvm2008..."
zcat specjvm2008.tar.gz | tar xvf -
exit 1

zcat specjvm2008.tar.gz | tar xf -

else

Expand Down

0 comments on commit 28aa09c

Please sign in to comment.