|
From: <hp...@us...> - 2002-05-06 19:59:55
|
Update of /cvsroot/nasm/nasm
In directory usw-pr-cvs1:/tmp/cvs-serv4778
Modified Files:
nasm.c
Log Message:
Change NASMOPT to NASMENV
Index: nasm.c
===================================================================
RCS file: /cvsroot/nasm/nasm/nasm.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- nasm.c 4 May 2002 04:11:00 -0000 1.19
+++ nasm.c 6 May 2002 19:41:57 -0000 1.20
@@ -683,9 +683,9 @@
*inname = *outname = *listname = '\0';
/*
- * First, process the NASMOPT environment variable.
+ * First, process the NASMENV environment variable.
*/
- envreal = getenv("NASMOPT");
+ envreal = getenv("NASMENV");
arg = NULL;
if (envreal) {
envcopy = nasm_strdup(envreal);
|