summaryrefslogtreecommitdiffstats
path: root/fbench/CMakeLists.txt
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-09-16 15:39:40 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-09-16 15:39:40 +0000
commit7791ec6a046a25a2af92024229ce9dfcbc1430bf (patch)
tree757ca04e51f4618041094c6347ee6b64f1a76475 /fbench/CMakeLists.txt
parentcdcd2970ad451bbb944a6bc564f6b0e9a88168b8 (diff)
Use bash instead of perl
Diffstat (limited to 'fbench/CMakeLists.txt')
-rw-r--r--fbench/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbench/CMakeLists.txt b/fbench/CMakeLists.txt
index 851d6706247..55045685b3d 100644
--- a/fbench/CMakeLists.txt
+++ b/fbench/CMakeLists.txt
@@ -17,4 +17,4 @@ vespa_define_module(
src/test/authority
)
-vespa_install_script(util/resultfilter.pl vespa-fbench-result-filter.pl bin)
+vespa_install_script(util/resultfilter.sh vespa-fbench-result-filter bin)