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:
@@ -11,9 +11,7 @@
|
||||
set -e
|
||||
set +x
|
||||
|
||||
DB=$1
|
||||
TRAVIS_PHP_VERSION=$2
|
||||
NOTESTS=$3
|
||||
NOTESTS=$1
|
||||
|
||||
if [ "$NOTESTS" == '1' ]
|
||||
then
|
||||
|
Reference in New Issue
Block a user