Remove explicit exit from bootstrap.sh

This commit is contained in:
Denis Kolodin
2016-06-25 07:47:42 +03:00
parent 7f3b4accb0
commit 8f20e2f38f

2
bootstrap.sh Normal file → Executable file
View File

@@ -18,5 +18,3 @@ set +x
echo
echo 'Install Nim using "./install.sh <dir>" or "sudo ./install.sh <dir>".'
exit 0