diff options
author | luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a> | 2006-09-14 21:20:12 +0000 |
---|---|---|
committer | luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a> | 2006-09-14 21:20:12 +0000 |
commit | 07a42e66a26c30f06b01dec5e568668ea715095b (patch) | |
tree | 164596acc510474b51c136b936b90ca9b4f7dbe5 | |
parent | 610fb5d3a576119f644d82285532915261fc7bf0 (diff) | |
download | facter-07a42e66a26c30f06b01dec5e568668ea715095b.tar.gz facter-07a42e66a26c30f06b01dec5e568668ea715095b.tar.xz facter-07a42e66a26c30f06b01dec5e568668ea715095b.zip |
Applying patch from #22
git-svn-id: http://reductivelabs.com/svn/facter/trunk@164 1f5c1d6a-bddf-0310-8f58-fc49e503516a
-rwxr-xr-x | bin/facter | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ $haveusage = true begin require 'rdoc/usage' -rescue LoadError +rescue Exception $haveusage = false end |