diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-12-27 00:39:34 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-12-27 00:39:34 +0100 |
commit | a6eb0991c92c4b46b0372ed080fa226b73fbc0dc (patch) | |
tree | 0696bf986940162da57684581a00ea47fc58d2a0 | |
parent | 8e6cfaf736de92429e5fcc3977529ec2311442c5 (diff) | |
download | mariadb-git-a6eb0991c92c4b46b0372ed080fa226b73fbc0dc.tar.gz |
LPBUG#886526: Add propoer shebang to scripts
-rw-r--r-- | mysql-test/t/long_tmpdir-master.sh | 1 | ||||
-rw-r--r-- | mysql-test/t/lowercase_mixed_tmpdir-master.sh | 1 | ||||
-rw-r--r-- | sql-bench/graph-compare-results.sh | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/long_tmpdir-master.sh b/mysql-test/t/long_tmpdir-master.sh index 318955fbcca..7bcbee26105 100644 --- a/mysql-test/t/long_tmpdir-master.sh +++ b/mysql-test/t/long_tmpdir-master.sh @@ -1,3 +1,4 @@ +#!/bin/sh d="$MYSQLTEST_VARDIR/tmp/long_temporary_directory_path_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789" test -d "$d" || mkdir "$d" rm -f "$d"/* diff --git a/mysql-test/t/lowercase_mixed_tmpdir-master.sh b/mysql-test/t/lowercase_mixed_tmpdir-master.sh index 95c26e3aa02..9330d0581ee 100644 --- a/mysql-test/t/lowercase_mixed_tmpdir-master.sh +++ b/mysql-test/t/lowercase_mixed_tmpdir-master.sh @@ -1,3 +1,4 @@ +#!/bin/sh # This test requires a non-lowercase tmpdir directory on a case-sensitive # filesystem. diff --git a/sql-bench/graph-compare-results.sh b/sql-bench/graph-compare-results.sh index 317ef583886..ddc9080acd6 100644 --- a/sql-bench/graph-compare-results.sh +++ b/sql-bench/graph-compare-results.sh @@ -1,3 +1,4 @@ +#!/usr/bin/perl #### #### Hello ... this is a heavily hacked script by Luuk #### instead of printing the result it makes a nice gif |