Commit 372e7d13 authored by Rich Prohaska's avatar Rich Prohaska

fix typo in the script that builds a debug env

parent ad045607
......@@ -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