From 8f20e2f38f4415ed22316ac31130e2409265943a Mon Sep 17 00:00:00 2001 From: Denis Kolodin Date: Sat, 25 Jun 2016 07:47:42 +0300 Subject: [PATCH] Remove explicit exit from bootstrap.sh --- bootstrap.sh | 2 -- 1 file changed, 2 deletions(-) mode change 100644 => 100755 bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh old mode 100644 new mode 100755 index 7f19c24406..dd551b52dd --- a/bootstrap.sh +++ b/bootstrap.sh @@ -18,5 +18,3 @@ set +x echo echo 'Install Nim using "./install.sh " or "sudo ./install.sh ".' - -exit 0