Merge pull request #4409 from DenisKolodin/noexit

Remove explicit exit from bootstrap.sh
This commit is contained in:
Andreas Rumpf
2016-06-25 16:11:33 +02:00
committed by GitHub

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