aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-03-14 05:16:27 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-03-14 05:16:27 -0400
commit6b4a846ef98f8bfaae9a44c4b0648c58e0bbf06c (patch)
tree21c216a7a00e4c71418728038c92c0732a97b29e /scripts
parentmedia-libs/mesa: in tree version 11.0.6 works (diff)
downloadmusl-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-xscripts/check-tree.sh2
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})