summaryrefslogtreecommitdiffstats
path: root/syncshadowdb
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2001-06-07 08:09:54 +0200
committerjustdave%syndicomm.com <>2001-06-07 08:09:54 +0200
commit14bd9a7568980d99227867a44b3ca8326e5eb329 (patch)
treeb96b80d4b4fcfb863e4679eae8c5ee80bae34826 /syncshadowdb
parentfe52fe9957ce904a57f856716046276e8db72697 (diff)
downloadbugzilla-14bd9a7568980d99227867a44b3ca8326e5eb329.tar.gz
bugzilla-14bd9a7568980d99227867a44b3ca8326e5eb329.tar.xz
Fix "used only once" error, per tinderbox build log.
Diffstat (limited to 'syncshadowdb')
-rwxr-xr-xsyncshadowdb1
1 files changed, 1 insertions, 0 deletions
diff --git a/syncshadowdb b/syncshadowdb
index 985bd16b8..7dce87038 100755
--- a/syncshadowdb
+++ b/syncshadowdb
@@ -32,6 +32,7 @@ require "defparams.pl";
sub sillyness {
my $zz;
+ open SAVEOUT,">/dev/null";
$zz = $::db;
$zz = $::dbwritesallowed;
}