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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 25a4575  Do not remove missing file
25a4575 is described below

commit 25a457539c4c9ee45d9cc1446a569f5b1532c064
Author: Ariel Constenla-Haile <[email protected]>
AuthorDate: Wed Oct 30 11:49:26 2019 -0300

    Do not remove missing file
    
    The old (t)csh script was removed long time ago by gbuild integration
---
 main/set_soenv.in | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/main/set_soenv.in b/main/set_soenv.in
index 5f75d3c..d10463a 100644
--- a/main/set_soenv.in
+++ b/main/set_soenv.in
@@ -2167,11 +2167,6 @@ if( defined($outfile_bat))
 # XI. Moving the output file to the build home directory.
 #--------------------------------------------------------
 #
-$tmp = $SRC_ROOT.$ds.$outfile;
-if (rename( $outfile, $tmp ) ne 1)
-{  `mv -f $outfile $tmp`;
-}
-
 $tmp = $SRC_ROOT.$ds.$outfile_sh;
 if (rename( $outfile_sh, $tmp ) ne 1)
 {  `mv -f $outfile_sh $tmp`;

Reply via email to