Commit a6eb0991 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

LPBUG#886526: Add propoer shebang to scripts

parent 8e6cfaf7
#!/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"/*
#!/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.
......
#!/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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment