1
0
mirror of https://github.com/nvm-sh/nvm.git synced 2025-10-12 03:55:52 +08:00
nvm/test/fast/Sourcing nvm.sh should not modify parameters of caller
2016-07-10 19:58:32 -07:00

8 lines
61 B
Bash
Executable File

#!/bin/sh
set -ex
set -- yes
. ../../nvm.sh
[ "$1" = yes ]