-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mxqd: Use environment MXQ_JOB_TMPDIR
It might be usefull for a script to know, if it has a job-specific temporary filesystem or not. If the job was submitted with --tmpdir then set both MXQ_JOB_TMPDIR and TMPDIR to the path of the temporary space. If a program is run without --tmpdir or outside of mxqd, then TMPDIR usually points to some (non-private) temporary space as well, but MXQ_JOB_TMPDIR will not be set.
- Loading branch information
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters