From 6d7f876a881f9182d9728c6ac16c1b816255335b Mon Sep 17 00:00:00 2001 From: Kent Boortz Date: Sat, 9 May 2009 23:43:48 +0200 Subject: Use /usr/bin/perl as standard Perl install path (bug#44643) --- sql-bench/run-all-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql-bench/run-all-tests.sh') diff --git a/sql-bench/run-all-tests.sh b/sql-bench/run-all-tests.sh index 7e607b313e4..3338ea30df5 100644 --- a/sql-bench/run-all-tests.sh +++ b/sql-bench/run-all-tests.sh @@ -1,4 +1,4 @@ -#!@PERL@ +#!/usr/bin/perl # Copyright (C) 2000-2001, 2003 MySQL AB # # This library is free software; you can redistribute it and/or -- cgit v1.2.1