diff options
author | justdave%syndicomm.com <> | 2001-06-07 08:09:54 +0200 |
---|---|---|
committer | justdave%syndicomm.com <> | 2001-06-07 08:09:54 +0200 |
commit | 14bd9a7568980d99227867a44b3ca8326e5eb329 (patch) | |
tree | b96b80d4b4fcfb863e4679eae8c5ee80bae34826 | |
parent | fe52fe9957ce904a57f856716046276e8db72697 (diff) | |
download | bugzilla-14bd9a7568980d99227867a44b3ca8326e5eb329.tar.gz bugzilla-14bd9a7568980d99227867a44b3ca8326e5eb329.tar.xz |
Fix "used only once" error, per tinderbox build log.
-rwxr-xr-x | syncshadowdb | 1 |
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; } |