summaryrefslogtreecommitdiff
path: root/BUILD/autorun.sh
diff options
context:
space:
mode:
authorAlexander Kuleshov <kuleshovmail@gmail.com>2016-08-25 15:56:53 +0600
committerAlexander Kuleshov <kuleshovmail@gmail.com>2016-08-25 15:56:53 +0600
commit080ac47661871da7be425a73d5aa068806e9946c (patch)
tree7caf6b8a0090581c40445632cebd26d4f00d3f9a /BUILD/autorun.sh
parent2024cddaa412e7c4a2aff8bb50907868155019da (diff)
downloadmariadb-git-080ac47661871da7be425a73d5aa068806e9946c.tar.gz
remove die() from BUILD/autorun.sh
This patch removes die() function from the BUILD/autorun.sh. It was introduced in the c682570431 commit (Fix BUILD/autorun.sh to really bail out on error.). Last users of die() was removed in the 8664de22 commit (WL#5665: Removal of the autotools-based build system) and since it is not used anywhere. No functionality changes. Just cleanup.
Diffstat (limited to 'BUILD/autorun.sh')
-rwxr-xr-xBUILD/autorun.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/BUILD/autorun.sh b/BUILD/autorun.sh
index 1d7cf5561ad..39346270af9 100755
--- a/BUILD/autorun.sh
+++ b/BUILD/autorun.sh
@@ -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