Skip to content

Commit

Permalink
tests/make_graph: fix func_name read
Browse files Browse the repository at this point in the history
  • Loading branch information
panchoh committed Dec 10, 2018
1 parent f38819c commit e7099d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/make_graph
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ do
;;
esac

func_name=$(cat /tmp/data | grep -o -F $(cat /tmp/function) | uniq)
func_name=$(cat /tmp/function)
cat /tmp/data | grep -F "$func_name" | tee /tmp/datasel | \
gnuplot -e "
set terminal dumb size $columns $lines enhanced ansi256;
Expand Down

0 comments on commit e7099d1

Please sign in to comment.