From f58c9a5d51d5e3c09641f6691f0f5a9ff272b61b Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Wed, 31 May 2006 19:21:18 +0000 Subject: [PATCH] fixed perl path --- Benchmark/developer_scripts/cgal_bench | 2 +- Benchmark/developer_scripts/cgal_bench_log2html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;