From 7060981079f6e5ec8bd8425b48ca7251ca7d45b5 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 26 Jan 1994 23:52:00 +0000 Subject: [PATCH] now uses ENV_EDITOR if you want to use the EDITOR envar >> . --- sudo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sudo.h b/sudo.h index 7040bd1e4..7e24d81ef 100644 --- a/sudo.h +++ b/sudo.h @@ -74,8 +74,8 @@ EDITOR the location of the editor - STATICEDITOR if this variable is defined then the - EDITOR and VISUAL envariables are ignored + ENV_EDITOR if this variable is defined then the + EDITOR and VISUAL envariables are consulted LOGFILE log file location IF NOT USING SYSLOG -- 2.50.1