Merge bk-internal.mysql.com:/home/bk/mysql-4.1-maint
into qualinost.(none):/home/mtaylor/src/mysql-4.1-maint
This commit is contained in:
commit
e03a6b86d8
@ -132,7 +132,13 @@ if test -z "$VISUAL"
|
|||||||
then
|
then
|
||||||
if test -z "$EDITOR"
|
if test -z "$EDITOR"
|
||||||
then
|
then
|
||||||
EDIT=emacs
|
# Honor debian sensible-editor
|
||||||
|
if test -x "/usr/bin/sensible-editor"
|
||||||
|
then
|
||||||
|
EDIT=/usr/bin/sensible-editor
|
||||||
|
else
|
||||||
|
EDIT=emacs
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
EDIT="$EDITOR"
|
EDIT="$EDITOR"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user