This is an automated email from the ASF dual-hosted git repository.

ardovm pushed a commit to branch catalina
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit f110f2132c033266ae9e2e1ff7ec2f29347b01ab
Author: Arrigo Marchiori <[email protected]>
AuthorDate: Sat Jul 17 14:29:35 2021 +0200

    Add a "tmp" directory into INPATH
    
    It can serve as a temporary directory, for example under macOS systems
    having $TMPDIR under a symlink, that is considered ``unsafe'' by Perl.
---
 main/solenv/bin/mkout.pl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/main/solenv/bin/mkout.pl b/main/solenv/bin/mkout.pl
index 44d5151..874beef 100755
--- a/main/solenv/bin/mkout.pl
+++ b/main/solenv/bin/mkout.pl
@@ -63,7 +63,8 @@ $opt_r      = 0;            # create 'remote' subdirs
                 'res'   => 1,
                 'slb'   => 1,
                 'slo'   => 1,
-                'srs'   => 1
+                'srs'   => 1,
+                'tmp'   => 1
             );
 
 #### main ####

Reply via email to