replaced fatalExit function for 'inline' exit

exit on errors (set -e)
simplified if for NVM_DIR and NVM_SOURCE, corrected indentation
This commit is contained in:
Koen Punt
2013-12-22 17:46:26 +01:00
parent 7c45d62b37
commit 0787a55999
2 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
#!/bin/bash
set -e
NVM_DIR="$HOME/.nvm"
if ! hash git 2>/dev/null; then