Skip to content

Commit

Permalink
Update stats.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zifeishan committed Feb 19, 2015
1 parent b59cd6d commit 5357cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/stats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [[ -z "$STATS_SCRIPT" ]]; then
bash $UTIL_DIR/stats/global.sh $OUTPUT_DIR

# Stats for each variable
num_variables=${#VARIABLE_TABLES[@]};b
num_variables=${#VARIABLE_TABLES[@]};
echo "Examining $num_variables variable tables for stats...";
for (( i=0; i<${num_variables}; i++ )); do
table=${VARIABLE_TABLES[$i]}
Expand Down

0 comments on commit 5357cc1

Please sign in to comment.