From 53ea605b4d3f387bc92ed0200e23e192ab9562f1 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Sat, 4 May 2002 04:11:00 +0000 Subject: Change the NASM environment variable to NASMOPT. --- nasm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nasm.c') diff --git a/nasm.c b/nasm.c index a0446d83..266b4eef 100644 --- a/nasm.c +++ b/nasm.c @@ -683,9 +683,9 @@ static void parse_cmdline(int argc, char **argv) *inname = *outname = *listname = '\0'; /* - * First, process the NASM environment variable. + * First, process the NASMOPT environment variable. */ - envreal = getenv("NASM"); + envreal = getenv("NASMOPT"); arg = NULL; if (envreal) { envcopy = nasm_strdup(envreal); -- cgit v1.2.1