commit:     6b4a846ef98f8bfaae9a44c4b0648c58e0bbf06c
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 09:16:27 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 09:16:27 2016 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=6b4a846e

scripts/check-tree.sh: don't die on failures

 scripts/check-tree.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/check-tree.sh b/scripts/check-tree.sh
index 6dda711..720af4c 100755
--- a/scripts/check-tree.sh
+++ b/scripts/check-tree.sh
@@ -1,4 +1,4 @@
-#!/bin/bash -e
+#!/bin/bash
 
 PWD=$(pwd)
 PWD=$(dirname ${PWD})

Reply via email to