Skip to content

Commit

Permalink
Update benchmark.sh
Browse files Browse the repository at this point in the history
this should fix kenjis#51
  • Loading branch information
cebe committed Feb 11, 2016
1 parent b57696f commit 8834282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ $# -eq 0 ]; then
. ./list.sh
export targets="$list"
else
export targets="${@%/}"
export targets="${@}"
fi

cd benchmarks
Expand Down

0 comments on commit 8834282

Please sign in to comment.