mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-06-27 11:38:43 +00:00
&>
is a bash-specific extension for redirecting both stdout and stderr.
This commit is contained in:
parent
243fc04164
commit
ad2713b13a
@ -34,7 +34,7 @@ function cleanup() {
|
||||
|
||||
function runNvmUse() {
|
||||
mkdir ../../${TEST_NODE_VERSION}
|
||||
nvm use ${TEST_NODE_VERSION} &> /dev/null
|
||||
nvm use ${TEST_NODE_VERSION} > /dev/null 2>&1
|
||||
rmdir ../../${TEST_NODE_VERSION}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user