summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mh/mh_whatnow.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mh/mh_whatnow.c b/mh/mh_whatnow.c
index 999116f2f..6d9e8c7ea 100644
--- a/mh/mh_whatnow.c
+++ b/mh/mh_whatnow.c
@@ -420,6 +420,7 @@ edit (struct mh_whatnow_env *wh, int argc, char **argv, int *whs)
{
struct mu_wordsplit ws;
extern char **environ;
+ ws.ws_env = (char const **)environ;
if (mu_wordsplit (ed, &ws,
MU_WRDSF_QUOTE
| MU_WRDSF_SQUEEZE_DELIMS

Return to:

Send suggestions and report system problems to the System administrator.