mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
remove die() from BUILD/autorun.sh
This patch removes die() function from the BUILD/autorun.sh. It was introduced in thec682570431
commit (Fix BUILD/autorun.sh to really bail out on error.). Last users of die() was removed in the8664de22
commit (WL#5665: Removal of the autotools-based build system) and since it is not used anywhere. No functionality changes. Just cleanup.
This commit is contained in:
parent
2024cddaa4
commit
080ac47661
1 changed files with 0 additions and 2 deletions
|
@ -19,8 +19,6 @@
|
|||
|
||||
# Create MySQL cmake configure wrapper
|
||||
|
||||
die() { echo "$@"; exit 1; }
|
||||
|
||||
# Use a configure script that will call CMake.
|
||||
path=`dirname $0`
|
||||
cp $path/cmake_configure.sh $path/../configure
|
||||
|
|
Loading…
Reference in a new issue