We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1cf761 commit f246ec5Copy full SHA for f246ec5
bin/rbenv-plug
@@ -6,9 +6,8 @@
6
# rbenv plug <github-user/repo>
7
# rbenv plug <git-url>
8
9
-set -eo pipefail
10
-[ -n "$RBENV_DEBUG" ] && set -x
11
-set -u
+set -euo pipefail
+[ -n "${RBENV_DEBUG-}" ] && set -x
12
shopt -s nullglob
13
14
[ $# -gt 0 ] || exec rbenv-help plug
bin/rbenv-unplug
@@ -8,9 +8,8 @@
# for confirmation. If the plugins do not exist, do not
# display an error message.
-set -e
15
16
[ $# -gt 0 ] || exec rbenv-help unplug
0 commit comments