Core: remove use of the environment variable TMP on Unix
This isn't a standard and seems only to be included for historic reasons. Ref !144100
This commit is contained in:
@@ -874,7 +874,6 @@ static void print_help(bArgs *ba, bool all)
|
||||
PRINT(" $TEMP Store temporary files here (MS-Windows).\n");
|
||||
}
|
||||
if (!defs.win32 || all) {
|
||||
/* NOTE: while `TMP` checked, don't include here as it's non-standard & may be removed. */
|
||||
PRINT(" $TMPDIR Store temporary files here (UNIX Systems).\n");
|
||||
}
|
||||
PRINT(
|
||||
|
||||
Reference in New Issue
Block a user