Cleanup environment variables.
[alexxy/gromacs.git] / src / gromacs / gmxlib / gmx_fatal.c
index 837abe06d7197d179cf1b782408e4ba9f800b9ec..002fb2d200af04246aa667eff1cef31eb54d1033 100644 (file)
@@ -98,7 +98,7 @@ void _where(const char *file, int line)
         if (bFirst) /* we repeat the check in the locked section because things
                        might have changed */
         {
-            if ((temp = getenv("WHERE")) != NULL)
+            if ((temp = getenv("GMX_PRINT_DEBUG_LINES")) != NULL)
             {
                 nskip = strtol(temp, NULL, 10);
             }