diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-03-14 05:16:27 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-03-14 05:16:27 -0400 |
commit | 6b4a846ef98f8bfaae9a44c4b0648c58e0bbf06c (patch) | |
tree | 21c216a7a00e4c71418728038c92c0732a97b29e /scripts | |
parent | media-libs/mesa: in tree version 11.0.6 works (diff) | |
download | musl-6b4a846ef98f8bfaae9a44c4b0648c58e0bbf06c.tar.gz musl-6b4a846ef98f8bfaae9a44c4b0648c58e0bbf06c.tar.bz2 musl-6b4a846ef98f8bfaae9a44c4b0648c58e0bbf06c.zip |
scripts/check-tree.sh: don't die on failures
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/check-tree.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-tree.sh b/scripts/check-tree.sh index 6dda7112..720af4cb 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}) |