summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-08-21 13:24:17 +0300
committerAndreas Maunz <andreas@maunz.de>2012-08-21 13:24:17 +0300
commit23c4e43c7633b557641d340abb45cc8ccfa4875d (patch)
tree1f1d9d5f2ce34dfaf06b566881c8adf5f72fba45
parent9098e39c93da5cc6ae3436bd72e4781eef4837db (diff)
Removed Ruby Check
-rwxr-xr-xbin/feature-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/feature-install b/bin/feature-install
index 0823707..bd0dbd5 100755
--- a/bin/feature-install
+++ b/bin/feature-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