1
0
mirror of https://github.com/nvm-sh/nvm.git synced 2025-09-25 03:01:13 +08:00
nvm/test/fast/Sourcing nvm.sh should not modify parameters of caller
2016-11-03 23:44:59 -07:00

8 lines
62 B
Bash
Executable File

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