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
b4d3ed74
Commit
b4d3ed74
authored
Aug 15, 2012
by
Sam Stephenson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
"Available" -> "Installed"
parent
681d6b59
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
bin/rbenv-uninstall
+3
-4
No files found.
bin/rbenv-uninstall
View file @
b4d3ed74
...
@@ -10,11 +10,10 @@ if [ -z "$RBENV_ROOT" ]; then
...
@@ -10,11 +10,10 @@ if [ -z "$RBENV_ROOT" ]; then
RBENV_ROOT
=
"
${
HOME
}
/.rbenv"
RBENV_ROOT
=
"
${
HOME
}
/.rbenv"
fi
fi
unset
FORCE
if
[
"
$1
"
=
"-f"
]
;
then
if
[
"
$1
"
=
"-f"
]
;
then
FORCE
=
1
FORCE
=
true
shift
shift
else
FORCE
=
""
fi
fi
DEFINITION
=
"
$1
"
DEFINITION
=
"
$1
"
...
@@ -26,7 +25,7 @@ case "$DEFINITION" in
...
@@ -26,7 +25,7 @@ case "$DEFINITION" in
echo
" for confirmation. If the version does not exist, do not"
echo
" for confirmation. If the version does not exist, do not"
echo
" display an error message."
echo
" display an error message."
echo
echo
echo
"
Available
versions:"
echo
"
Installed
versions:"
rbenv versions
--bare
| sed
's/^/ /'
rbenv versions
--bare
| sed
's/^/ /'
echo
echo
}
>
&2
}
>
&2
...
...
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