get_results.sh: fix g option. Generating flow_graph

mr3.2.1
Victor Seva 12 years ago
parent 7facd87c61
commit bd748c6f0c

@ -17,7 +17,7 @@ function usage
echo "BIN_DIR:${BIN_DIR}" echo "BIN_DIR:${BIN_DIR}"
} }
while getopts 'hcp:' opt; do while getopts 'hgp:' opt; do
case $opt in case $opt in
h) usage; exit 0;; h) usage; exit 0;;
g) GRAPH="-G";; g) GRAPH="-G";;

Loading…
Cancel
Save