Commit e8bbf79e authored by Rich Prohaska's avatar Rich Prohaska

fix typo in the script that builds a debug env

parent 3bb4f8ad
......@@ -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'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment