diff options
author | Joerg Bruehe <joerg@mysql.com> | 2009-05-29 15:40:55 +0200 |
---|---|---|
committer | Joerg Bruehe <joerg@mysql.com> | 2009-05-29 15:40:55 +0200 |
commit | 74507d486a1dbb4709eabe0ae64cf61abbe7dc50 (patch) | |
tree | 012ee6457e70197cfd477b7cbf9f552db7781fa1 /sql-bench/run-all-tests.sh | |
parent | b62add77f4addd1fb49fd5996a0c00240baaa974 (diff) | |
parent | f101f2b58b44c6aa6bfc56917dec755971ac6577 (diff) | |
download | mariadb-git-74507d486a1dbb4709eabe0ae64cf61abbe7dc50.tar.gz |
Merge up 5.0-build into 5.1-build:
mostly just the merge changesets,
but also a change of Perl scripts to use "/usr/bin/perl" fixed.
Diffstat (limited to 'sql-bench/run-all-tests.sh')
-rw-r--r-- | sql-bench/run-all-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-bench/run-all-tests.sh b/sql-bench/run-all-tests.sh index 50ac8d0cbe3..a4b03428d94 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 |