summaryrefslogtreecommitdiff
path: root/solenv/bin/build.pl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-06-06 15:55:03 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-06-06 15:55:03 +0000
commit7b4c10073bbef002c522701b7a7ed9e4cf8ec6b7 (patch)
tree8da8d41a77897fc8eff99722c6b63a0692839bc6 /solenv/bin/build.pl
parentd66faadbd64b4d378b8c85837a44e6521878e6fc (diff)
INTEGRATION: CWS mingwport13 (1.167.6); FILE MERGED
2008/05/30 12:02:33 vg 1.167.6.1: #i89779# do not deliver for --show
Diffstat (limited to 'solenv/bin/build.pl')
-rw-r--r--solenv/bin/build.pl8
1 files changed, 6 insertions, 2 deletions
diff --git a/solenv/bin/build.pl b/solenv/bin/build.pl
index 7869171c8cd6..6a928309e0bb 100644
--- a/solenv/bin/build.pl
+++ b/solenv/bin/build.pl
@@ -11,7 +11,7 @@
#
# $RCSfile: build.pl,v $
#
-# $Revision: 1.168 $
+# $Revision: 1.169 $
#
# This file is part of OpenOffice.org.
#
@@ -76,7 +76,7 @@
( $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/;
- $id_str = ' $Revision: 1.168 $ ';
+ $id_str = ' $Revision: 1.169 $ ';
$id_str =~ /Revision:\s+(\S+)\s+\$/
? ($script_rev = $1) : ($script_rev = "-");
@@ -1685,6 +1685,10 @@ sub build_actual_queue {
sub run_job {
my ($job, $path, $registered_name) = @_;
my $job_to_do = $job;
+ if ( $show ) {
+ print "$job_to_do\n";
+ return 0;
+ }
$job_to_do = $deliver_command if ($job eq 'deliver');
$registered_name = $path if (!defined $registered_name);
chdir $path;