mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
LPBUG#886526: Add propoer shebang to scripts
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
d="$MYSQLTEST_VARDIR/tmp/long_temporary_directory_path_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789"
|
d="$MYSQLTEST_VARDIR/tmp/long_temporary_directory_path_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789"
|
||||||
test -d "$d" || mkdir "$d"
|
test -d "$d" || mkdir "$d"
|
||||||
rm -f "$d"/*
|
rm -f "$d"/*
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
# This test requires a non-lowercase tmpdir directory on a case-sensitive
|
# This test requires a non-lowercase tmpdir directory on a case-sensitive
|
||||||
# filesystem.
|
# filesystem.
|
||||||
|
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/perl
|
||||||
####
|
####
|
||||||
#### Hello ... this is a heavily hacked script by Luuk
|
#### Hello ... this is a heavily hacked script by Luuk
|
||||||
#### instead of printing the result it makes a nice gif
|
#### instead of printing the result it makes a nice gif
|
||||||
|
Reference in New Issue
Block a user