Skip to content

Commit

Permalink
update runBench.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
svenssonjoel committed Nov 17, 2014
1 parent 4bb59ba commit d4bdef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins_runBench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ set -e
#this makefile also install Obsidian+hsbencher as a single cabal install line
DIR=`pwd`
echo $DIR
if [! -d "HSBencher"]; then
if [ ! -d "HSBencher" ]; then
git clone [email protected]:rrnewton/HSBencher
fi

Expand Down

0 comments on commit d4bdef1

Please sign in to comment.