summaryrefslogtreecommitdiff
path: root/ruby.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ruby.sh')
-rwxr-xr-xruby.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/ruby.sh b/ruby.sh
index 8c3361a..2c073db 100755
--- a/ruby.sh
+++ b/ruby.sh
@@ -34,7 +34,6 @@ if [ ! -d "$RUBY_DEST" ]; then
exit 1
else
if ! rmdir "$RUBY_DEST" >/dev/null 2>&1; then # if not empty this will fail
- echo "Install directory '$RUBY_DEST' is not empty. Skipping Ruby installation..."
RUBY_DONE=true
fi
fi