diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 11:25:37 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 11:25:37 +0000 |
commit | 4e7dc25833d107ea7479b26c3d5099d96c14a038 (patch) | |
tree | d4cf4e34b00f0a7a6403cfe16109499ab35d69b9 /smoketestoo_native | |
parent | 6691d2d04e70d2ae4d188ac52fff2995f0bda156 (diff) |
INTEGRATION: CWS sb83 (1.2.78); FILE MERGED
2008/02/04 16:59:34 sb 1.2.78.1: #i84200# better error detection
Diffstat (limited to 'smoketestoo_native')
-rwxr-xr-x | smoketestoo_native/config.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/smoketestoo_native/config.pl b/smoketestoo_native/config.pl index 4b9bcf6e26fc..960525d68ff9 100755 --- a/smoketestoo_native/config.pl +++ b/smoketestoo_native/config.pl @@ -7,9 +7,9 @@ eval 'exec perl -wS $0 ${1+"$@"}' # # $RCSfile: config.pl,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: rt $ $Date: 2005-09-07 21:28:21 $ +# last change: $Author: vg $ $Date: 2008-03-18 12:25:37 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -77,7 +77,7 @@ $setup_XML = "Setup.xcu"; ### main ### -$idStr = ' $Revision: 1.2 $ '; +$idStr = ' $Revision: 1.3 $ '; $idStr =~ /Revision:\s+(\S+)\s+\$/ ? ($cpflat2minor_rev = $1) : ($cpflat2minor_rev = "-"); @@ -120,7 +120,7 @@ copy ("$datapath$setup_XML", "$userinstalldir$User_Path$setup_XML"); # quickstarter loeschen if ($gui ne "UNX") { print "kill $fullquickstart_path \n"; - unlink( $fullquickstart_path ); + unlink( $fullquickstart_path ) or die "cannot unlink $fullquickstart_path"; } #delete joblist |