1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/14970] Remove unneeded parameters from check-stylesheet.sh

PHPBB3-14970
This commit is contained in:
Marc Alexander
2017-02-22 21:43:19 +01:00
parent ccd4aed3c8
commit fa2d1eb8b1
2 changed files with 2 additions and 4 deletions

View File

@@ -11,9 +11,7 @@
set -e
set +x
DB=$1
TRAVIS_PHP_VERSION=$2
NOTESTS=$3
NOTESTS=$1
if [ "$NOTESTS" == '1' ]
then