Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
ruby-build
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ruby-build
Commits
6b639919
Commit
6b639919
authored
Jan 15, 2016
by
Jason Karns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rbenv ensures RBENV_ROOT is set for us
parent
0cd6f9fb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
bin/rbenv-install
+0
-4
bin/rbenv-uninstall
+0
-4
No files found.
bin/rbenv-install
View file @
6b639919
...
@@ -24,10 +24,6 @@
...
@@ -24,10 +24,6 @@
set
-e
set
-e
[
-n
"
$RBENV_DEBUG
"
]
&&
set
-x
[
-n
"
$RBENV_DEBUG
"
]
&&
set
-x
if
[
-z
"
$RBENV_ROOT
"
]
;
then
RBENV_ROOT
=
"
${
HOME
}
/.rbenv"
fi
# Add `share/ruby-build/` directory from each rbenv plugin to the list of
# Add `share/ruby-build/` directory from each rbenv plugin to the list of
# paths where build definitions are looked up.
# paths where build definitions are looked up.
shopt
-s
nullglob
shopt
-s
nullglob
...
...
bin/rbenv-uninstall
View file @
6b639919
...
@@ -23,10 +23,6 @@ usage() {
...
@@ -23,10 +23,6 @@ usage() {
[
-z
"
$1
"
]
||
exit
"
$1
"
[
-z
"
$1
"
]
||
exit
"
$1
"
}
}
if
[
-z
"
$RBENV_ROOT
"
]
;
then
RBENV_ROOT
=
"
${
HOME
}
/.rbenv"
fi
if
[
"
$1
"
=
"-h"
]
||
[
"
$1
"
=
"--help"
]
;
then
if
[
"
$1
"
=
"-h"
]
||
[
"
$1
"
=
"--help"
]
;
then
usage 0
usage 0
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment