mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
fix typo in the script that builds a debug env
This commit is contained in:
parent
ad04560728
commit
372e7d13e8
1 changed files with 1 additions and 3 deletions
|
@ -111,9 +111,7 @@ echo make -j4 install
|
|||
echo 'if [ $? != 0 ] ; then exit 1; fi'
|
||||
|
||||
echo '# create a var directory so mysql does not complain'
|
||||
echo 'cd $installdir'
|
||||
echo 'if [ $? != 0 ] ; then exit 1; fi'
|
||||
echo mkdir var
|
||||
echo 'cd $install_dir'
|
||||
echo 'if [ $? != 0 ] ; then exit 1; fi'
|
||||
|
||||
echo '# install the databases in msyql'
|
||||
|
|
Loading…
Add table
Reference in a new issue