mirror of
https://github.com/MariaDB/server.git
synced 2025-04-24 18:27:21 +03:00
Bug#16415173 CRLF INSTEAD OF LF IN SQL-BENCH SCRIPTS Correct perms and converts from Windows style to UNIX style line endings on some files. Fix perms on installed ini files. (MySQL 5.5 version)
6 lines
190 B
Bash
Executable File
6 lines
190 B
Bash
Executable File
#! /bin/bash
|
|
|
|
d="$MYSQLTEST_VARDIR/tmp/long_temporary_directory_path_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789"
|
|
test -d "$d" || mkdir "$d"
|
|
rm -f "$d"/*
|