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
commit6d7f876a881f9182d9728c6ac16c1b816255335b (patch)
treebeea4b84d32b3aa23750b918a488e52d9ca0f67b /sql-bench/innotest1b.sh
parent48706e948fbdff68c1a67eda12c80258ea7b631c (diff)
downloadmariadb-git-6d7f876a881f9182d9728c6ac16c1b816255335b.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