fixed syntax error in create-test-result found by Hakan
This commit is contained in:
parent
603f0d9683
commit
fccd2414c6
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user