mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/12693] Fix indentation
PHPBB3-12693
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
#
|
||||
set -e
|
||||
|
||||
|
||||
DB=$1
|
||||
TRAVIS_PHP_VERSION=$2
|
||||
path="$3"
|
||||
@@ -46,7 +45,7 @@ then
|
||||
|
||||
if [ "$executables_files" != '' ]
|
||||
then
|
||||
echo "$executables_files MUST NOT be executable.";
|
||||
exit 1;
|
||||
echo "$executables_files MUST NOT be executable.";
|
||||
exit 1;
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
Reference in New Issue
Block a user