1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

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

This commit is contained in:
bell@sanja.is.com.ua
2004-08-15 20:52:39 +03:00
parent 117c787102
commit 6d3c804a88

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