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