diff options
| author | Andrei Belov <defan@nginx.com> | 2020-03-12 18:40:48 +0300 |
|---|---|---|
| committer | Andrei Belov <defan@nginx.com> | 2020-03-12 18:40:48 +0300 |
| commit | 4b7ca39903178e20ec7381205694cb01f0dec6bc (patch) | |
| tree | 51afb9c7003b5927183e7ddecd766eb19e421233 /auto/options | |
| parent | 8414897527ed1616ea39a0cae4d1b8ee170d5cb8 (diff) | |
| parent | b3c8a7b33a29208e75dfe4f670cf81dac7b99ccc (diff) | |
| download | unit-1.16.0-1.tar.gz unit-1.16.0-1.tar.bz2 | |
Merged with the default branch.1.16.0-1
Diffstat (limited to 'auto/options')
| -rw-r--r-- | auto/options | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/options b/auto/options index 0d31abad..d315b227 100644 --- a/auto/options +++ b/auto/options @@ -58,6 +58,7 @@ do --incdir=*) NXT_INCDIR="$value" ;; --modules=*) NXT_MODULES="$value" ;; --state=*) NXT_STATE="$value" ;; + --tmp=*) NXT_TMP="$value" ;; --pid=*) NXT_PID="$value" ;; --log=*) NXT_LOG="$value" ;; @@ -149,6 +150,11 @@ case "$NXT_STATE" in *) NXT_STATE="$NXT_PREFIX$NXT_STATE" ;; esac +case "$NXT_TMP" in + /*) ;; + *) NXT_TMP="$NXT_PREFIX$NXT_TMP" ;; +esac + case "$NXT_PID" in /*) ;; *) NXT_PID="$NXT_PREFIX$NXT_PID" ;; |
