diff --git a/Benchmark/developer_scripts/cgal_bench b/Benchmark/developer_scripts/cgal_bench index 76ea9e986cc..423e0ca4830 100755 --- a/Benchmark/developer_scripts/cgal_bench +++ b/Benchmark/developer_scripts/cgal_bench @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl -w +#!/usr/bin/perl -w package Elinfo; diff --git a/Benchmark/developer_scripts/cgal_bench_log2html b/Benchmark/developer_scripts/cgal_bench_log2html index 0c5451d1633..e6946baa087 100755 --- a/Benchmark/developer_scripts/cgal_bench_log2html +++ b/Benchmark/developer_scripts/cgal_bench_log2html @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl -w +#!/usr/bin/perl -w use Cwd; use Getopt::Long;