mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-11 16:48:54 +00:00
Trying to debug the script
This commit is contained in:
parent
e822004fe5
commit
4eaf207f4c
|
@ -7,6 +7,8 @@ root=$( dirname $0 )/..
|
|||
$root/vendor/bin/phpcbf $@
|
||||
exit=$?
|
||||
|
||||
echo $?
|
||||
|
||||
# Exit code 1 is used to indicate that all fixable errors were fixed correctly.
|
||||
if [[ $exit == 1 ]]; then
|
||||
exit=0
|
||||
|
|
Loading…
Reference in a new issue