diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-09-26 20:11:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-26 20:11:50 +0300 |
commit | 8c19bb1626c5e8b0b422b20ebf765e31fc200d26 (patch) | |
tree | 228622c44a12da29a553df09b589d9c1b482e10a /src/ruby/install.sh | |
parent | 7aad1972287dc8927648d93785d79b0f25e3d180 (diff) |
Ruby: Fix rbenv init bug (#185)
* fix rbenv bug
* bump version
* adds test
Diffstat (limited to 'src/ruby/install.sh')
-rwxr-xr-x | src/ruby/install.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ruby/install.sh b/src/ruby/install.sh index 62a096b..6ff3b2f 100755 --- a/src/ruby/install.sh +++ b/src/ruby/install.sh @@ -263,9 +263,6 @@ if [ "${SKIP_RBENV_RBUILD}" != "true" ]; then -c fetch.fsck.zeroPaddedFilemode=ignore \ -c receive.fsck.zeroPaddedFilemode=ignore \ https://github.com/rbenv/rbenv.git /usr/local/share/rbenv - - ln -s /usr/local/share/rbenv/bin/rbenv /usr/local/bin - updaterc 'eval "$(rbenv init -)"' fi if [[ ! -d "/usr/local/share/ruby-build" ]]; then |