fix typo in the script that builds a debug env

This commit is contained in:
Rich Prohaska 2013-05-02 12:45:43 -04:00
parent ad04560728
commit 372e7d13e8

View file

@ -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'