summaryrefslogtreecommitdiffstats
path: root/install.rb
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-08-21 23:04:32 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-08-21 23:04:32 +0000
commit6e4d4c9bb15ad0210f63e8448aa48263979a1991 (patch)
tree2c85cb346164fa94911d09872c507383715a3eac /install.rb
parente3221616187150b588d5f6afd1347afa3a909100 (diff)
downloadpuppet-6e4d4c9bb15ad0210f63e8448aa48263979a1991.tar.gz
puppet-6e4d4c9bb15ad0210f63e8448aa48263979a1991.tar.xz
puppet-6e4d4c9bb15ad0210f63e8448aa48263979a1991.zip
Accepting patch from #220, thus fixing the bug.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1479 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'install.rb')
-rw-r--r--install.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.rb b/install.rb
index 25e3a2f56..e2dd9a4c4 100644
--- a/install.rb
+++ b/install.rb
@@ -91,6 +91,7 @@ def check_prereqs
require pre
rescue LoadError
puts "Could not load %s; cannot install" % pre
+ exit -1
end
}
end