Fixing filename for pathgrind

This commit is contained in:
Eugene Kolo 2016-03-08 18:36:40 -05:00
parent 71040cc626
commit e1edd6196a

View file

@ -24,7 +24,7 @@ END
cat <<END > bin/pathgrind-plot
#!/bin/sh
cd "$PWD/pathgrind/"
python fuzz/plot.py "\$@"
python fuzz/plotfuzz.py "\$@"
END
chmod 755 bin/pathgrind-*