https://bugs.kde.org/show_bug.cgi?id=435195
--- Comment #2 from Hui Wang <hui.w...@kaust.edu.sa> --- Hi Milian, Sure, I can do the pull request. Do you want the default output file name being suffix'ed with hostname as well, for example do the following change? - output=$(pwd)/heaptrack.$(basename "$client").$$ + output=$(pwd)/heaptrack.$(basename "$client").$(hostname).$$ -- You are receiving this mail because: You are watching all bug changes.