From 0a2d34be04d72b8982cc2cd488f7e6432d30b40b Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Sun, 10 Sep 2023 15:58:24 +0200 Subject: trim useless uses of cat --- build/makegprof | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/makegprof') diff --git a/build/makegprof b/build/makegprof index bfe6922d7..967238b8e 100755 --- a/build/makegprof +++ b/build/makegprof @@ -3,5 +3,5 @@ mv ../run/gmon.out . gprof ../run/bin/manaplus >gprof.txt gprof --inline-file-names ../run/bin/manaplus >gprofi.txt -cat gprof.txt | gprof2dot.py >gprof.dot -cat gprof.dot | dot -Tpng -o gprof.png +gprof2dot.py gprof.dot +dot -Tpng -o gprof.png