summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2007-09-18 11:33:22 +1000
committerJames Turnbull <james@lovedthanlost.net>2007-09-18 11:33:22 +1000
commitb28ce1bbda37d93d0bfd780f85ff39366f380af9 (patch)
tree07dbaf644e2dccca321f05a320c729605477582c
parentdce624579b327963cc1619e93020d3ccb59995bd (diff)
downloadfacter-b28ce1bbda37d93d0bfd780f85ff39366f380af9.tar.gz
facter-b28ce1bbda37d93d0bfd780f85ff39366f380af9.tar.xz
facter-b28ce1bbda37d93d0bfd780f85ff39366f380af9.zip
Added require for rdoc/ri/ri_paths to address Puppet #753 and Facter #40
-rwxr-xr-xbin/facter1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/facter b/bin/facter
index 3543a0a..1dec66b 100755
--- a/bin/facter
+++ b/bin/facter
@@ -49,6 +49,7 @@ require 'facter'
$haveusage = true
begin
+ require 'rdoc/ri/ri_paths'
require 'rdoc/usage'
rescue Exception
$haveusage = false