Skip to content

Commit

Permalink
Minor bug fix: path to template.graphml is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
usefulalgorithm committed Jan 13, 2016
1 parent 0ded152 commit bbb4edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gen_witness.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ genWitness/genWitness $1 > witness.graphml
sed -i 's/_call[0-9]*//g' witness.graphml
mv witness.graphml output
if [[ ! -s output/witness.graphml ]]; then
cp template.graphml output/witness.graphml
cp ./template.graphml output/witness.graphml
fi
date2=$(date +"%s")
diff=$(($date2-$date1))
Expand Down

0 comments on commit bbb4edc

Please sign in to comment.