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 1b722a3 commit a541f40Copy full SHA for a541f40
bin/nodenv-update-version-defs
@@ -10,7 +10,8 @@
10
# -d/--destination Directory where build definitions will be written
11
# -f/--force Write build definitions that already exist somewhere in
12
# NODE_BUILD_DEFINITIONS paths; possibly overwriting
13
-# -n/--dry-run List definitions that would be created; without doing so
+# -n/--dry-run Print build definitions that would have been written;
14
+# without doing so
15
#
16
# --nodejs Scrape nodejs.org for node definitions;
17
# If none of --nodejs,--iojs are supplied, defaults to all
@@ -84,6 +85,6 @@ while [ $# -gt 0 ]; do
84
85
done
86
87
# change to plugin dir so .node-version will be respected
-cd "$INSTALL_PREFIX" || exit 1
88
+cd "$INSTALL_PREFIX"
89
90
exec ./libexec/scrape "${SCRAPE_OPTS[@]}"
0 commit comments