mirror of
https://github.com/MariaDB/server.git
synced 2025-07-21 23:50:01 +00: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"
|
||||
test -d "$d" || mkdir "$d"
|
||||
rm -f "$d"/*
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
# This test requires a non-lowercase tmpdir directory on a case-sensitive
|
||||
# filesystem.
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user