Skip to content

Commit f6e47c0

Browse files
authored
Merge pull request #224 from 0xAX/build-get-rid-from-die
remove die() from BUILD/autorun.sh
2 parents 64fe389 + 080ac47 commit f6e47c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

BUILD/autorun.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919

2020
# Create MySQL cmake configure wrapper
2121

22-
die() { echo "$@"; exit 1; }
23-
2422
# Use a configure script that will call CMake.
2523
path=`dirname $0`
2624
cp $path/cmake_configure.sh $path/../configure

0 commit comments

Comments
 (0)