aboutsummaryrefslogtreecommitdiff
path: root/install.rb
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2011-11-23 15:15:02 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2011-11-23 15:15:02 +0100
commit9320dd33e0c410fc060b7ff7b7fa38821c8f8b45 (patch)
tree520ee9344745abde1fa2caa8e85b40e94846fbbc /install.rb
parent07eca62694db2d0427483b397a0694b685229eca (diff)
downloaddotfiles-9320dd33e0c410fc060b7ff7b7fa38821c8f8b45.tar.gz
dotfiles-9320dd33e0c410fc060b7ff7b7fa38821c8f8b45.zip
Install nothing when the wirble gem has not been found
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 e705a57..af00537 100644
--- a/install.rb
+++ b/install.rb
@@ -10,6 +10,7 @@ begin
require 'wirble'
rescue LoadError
puts 'The .irbrc file requires wirble and you haven\'t this gem installed!'
+ exit
end
# You can change your home directory ;)