Signed-off-by: Marc Fournier <[email protected]>
---
lib/puppet/util.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/puppet/util.rb b/lib/puppet/util.rb
index ef56328..a81e321 100644
--- a/lib/puppet/util.rb
+++ b/lib/puppet/util.rb
@@ -278,7 +278,7 @@ module Util
end
oldverb = $VERBOSE
- $VERBOSE = false
+ $VERBOSE = nil
child_pid = Kernel.fork
$VERBOSE = oldverb
if child_pid
--
1.6.3.3
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/puppet-dev?hl=en
-~----------~----~----~----~------~----~------~--~---