diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-06-23 19:48:56 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-07-31 14:20:36 +0200 |
commit | f394f55fe27249bdb62e4e446b4974f425ffc3b6 (patch) | |
tree | d415fd1ca3874f98a998d4ae339c6cc7ef369106 | |
parent | 636eac2cd25098cc0494f875a35903e8388ac0f8 (diff) | |
download | forums-f394f55fe27249bdb62e4e446b4974f425ffc3b6.tar forums-f394f55fe27249bdb62e4e446b4974f425ffc3b6.tar.gz forums-f394f55fe27249bdb62e4e446b4974f425ffc3b6.tar.bz2 forums-f394f55fe27249bdb62e4e446b4974f425ffc3b6.tar.xz forums-f394f55fe27249bdb62e4e446b4974f425ffc3b6.zip |
[ticket/12693] Fix the permissions
PHPBB3-12693
-rwxr-xr-x[-rw-r--r--] | travis/check-executable-files.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/travis/check-executable-files.sh b/travis/check-executable-files.sh index a5403667f4..99562d8925 100644..100755 --- a/travis/check-executable-files.sh +++ b/travis/check-executable-files.sh @@ -9,6 +9,7 @@ # the docs/CREDITS.txt file. # set -e +set -x DB=$1 TRAVIS_PHP_VERSION=$2 |