Browse Source

LPBUG#886526: Add propoer shebang to scripts

pull/374/head
Vladislav Vaintroub 14 years ago
parent
commit
a6eb0991c9
  1. 1
      mysql-test/t/long_tmpdir-master.sh
  2. 1
      mysql-test/t/lowercase_mixed_tmpdir-master.sh
  3. 1
      sql-bench/graph-compare-results.sh

1
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"/*

1
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.

1
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

Loading…
Cancel
Save