nvm/test/fast/Sourcing nvm.sh should not modify parameters of caller
2021-07-15 20:01:57 -04:00

8 lines
62 B
Bash

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