mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
Add unset-variable as exit error
This commit is contained in:
parent
049a86022f
commit
be171bba33
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -ex
|
||||
set -eux
|
||||
|
||||
die () { echo "$@" ; exit 1; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user