1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

fixed syntax error in create-test-result found by Hakan

This commit is contained in:
unknown
2004-08-15 20:52:39 +03:00
parent 603f0d9683
commit fccd2414c6

View File

@ -6,7 +6,7 @@
# to start mysqld yourself and run mysqltest -r
RESULT_DIR=r
if [ -z $EDITOR] ; then
if [ -z $EDITOR ] ; then
EDITOR=vi
fi