summaryrefslogtreecommitdiff
path: root/sql-bench/innotest1b.sh
diff options
context:
space:
mode:
authorKent Boortz <kent@kent-amd64>2009-05-09 23:43:48 +0200
committerKent Boortz <kent@kent-amd64>2009-05-09 23:43:48 +0200
commit48e7641f6968a4c22589e66cc968d4e842027bbe (patch)
treebeea4b84d32b3aa23750b918a488e52d9ca0f67b /sql-bench/innotest1b.sh
parentf949a76093a12a742aaf001f2af5cdd28d14b9ef (diff)
downloadmariadb-git-48e7641f6968a4c22589e66cc968d4e842027bbe.tar.gz
Use /usr/bin/perl as standard Perl install path (bug#44643)
Diffstat (limited to 'sql-bench/innotest1b.sh')
-rw-r--r--sql-bench/innotest1b.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-bench/innotest1b.sh b/sql-bench/innotest1b.sh
index 48fe96ebe7d..3f6c9f5bd5f 100644
--- a/sql-bench/innotest1b.sh
+++ b/sql-bench/innotest1b.sh
@@ -1,4 +1,4 @@
-#!@PERL@
+#!/usr/bin/perl
############################################################################
# Stress test for MySQL/InnoDB combined database
# (c) 2002 Innobase Oy & MySQL AB