Loading scripts/mysqlbug.sh +7 −1 Original line number Diff line number Diff line Loading @@ -132,7 +132,13 @@ if test -z "$VISUAL" then if test -z "$EDITOR" then # Honor debian sensible-editor if test -x "/usr/bin/sensible-editor" then EDIT=/usr/bin/sensible-editor else EDIT=emacs fi else EDIT="$EDITOR" fi Loading Loading
scripts/mysqlbug.sh +7 −1 Original line number Diff line number Diff line Loading @@ -132,7 +132,13 @@ if test -z "$VISUAL" then if test -z "$EDITOR" then # Honor debian sensible-editor if test -x "/usr/bin/sensible-editor" then EDIT=/usr/bin/sensible-editor else EDIT=emacs fi else EDIT="$EDITOR" fi Loading