summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-08-21 13:20:29 +0300
committerAndreas Maunz <andreas@maunz.de>2012-08-21 13:20:29 +0300
commit140a59f922eefe3bbc428d559460f0f5ea4a9d26 (patch)
tree4402f59034933ebd537609c62a22c1b377092e22
parent7ed03c0b9e51c7d15b02bda5fb15f333b7922bf8 (diff)
Removed Ruby Check
-rwxr-xr-xbin/compound-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/compound-install b/bin/compound-install
index 8b79c6e..967b02a 100755
--- a/bin/compound-install
+++ b/bin/compound-install
@@ -43,7 +43,7 @@ fi
[ -d $OT_CONFIG_DIR/config/$SELF ] || cmd="mkdir -p $OT_CONFIG_DIR/config/$SELF" && run_cmd "$cmd" "Config directory"
# ruby
-[ "`$RBENV local 2>/dev/null`" = "$RUBY_NUM_VER" ] || install_ruby
+install_ruby
# self
echo