summaryrefslogtreecommitdiffstats
path: root/syncshadowdb
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2001-06-11 02:15:56 +0200
committerjustdave%syndicomm.com <>2001-06-11 02:15:56 +0200
commit808408770704c74994a322632c334d248dbc189b (patch)
tree9beffbdb9b23f42540ad370279b0454ef0d62c79 /syncshadowdb
parent0f520772563d9b1a599b7602f01ce88c365a9951 (diff)
downloadbugzilla-808408770704c74994a322632c334d248dbc189b.tar.gz
bugzilla-808408770704c74994a322632c334d248dbc189b.tar.xz
Re-fix for bug 21253: fix calling conventions for syncshadowdb so that a phony parameter to get past the multi-param system() test in tinderbox actually works.
r= tara
Diffstat (limited to 'syncshadowdb')
-rwxr-xr-xsyncshadowdb3
1 files changed, 3 insertions, 0 deletions
diff --git a/syncshadowdb b/syncshadowdb
index 7dce87038..471b6d6ad 100755
--- a/syncshadowdb
+++ b/syncshadowdb
@@ -51,6 +51,9 @@ foreach my $opt (@ARGV) {
} elsif ($opt eq '-syncall') {
$syncall = 1;
$verbose = 1;
+ } elsif ($opt eq '--') {
+ # do nothing - null parameter so we can use
+ # multi-param system() call in globals.pl
} else {
Usage();
}