summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-08-21 13:20:00 +0300
committerAndreas Maunz <andreas@maunz.de>2012-08-21 13:20:00 +0300
commite2e453d6da2e726396cd604536fa8fdffe684548 (patch)
treea6c2ad417207600804032f34a965aebc48f371c7
parent532bf7c5993c1e08571f86d9633ca38570363d46 (diff)
Removed Ruby Check
-rwxr-xr-xbin/dataset-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dataset-install b/bin/dataset-install
index 5f98ed0..bfa2f99 100755
--- a/bin/dataset-install
+++ b/bin/dataset-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