Skip to content

Commit 845903a

Browse files
committed
Trying yet another
1 parent 9e85db2 commit 845903a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

install.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ nvm_has() {
77
}
88

99
nvm_install_dir() {
10-
echo "$(
11-
printf ${NVM_DIR:-"$HOME/.nvm"} |
12-
command sed "s:^$HOME:\$HOME:"
13-
)"
10+
printf %s "${NVM_DIR:-"$HOME/.nvm"}" | sed "s:^$HOME:\$HOME:"
1411
}
1512

1613
nvm_latest_version() {

0 commit comments

Comments
 (0)