File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,8 +148,8 @@ if [[ "${PHP}" == "@default" ]]; then
148
148
RECONFIGURE_PHP_DEFAULT=" no"
149
149
fi
150
150
151
- if [[ " ${COMMAND} " =~ ^roave-backward-compatibility ]] || [[ " ${COMMAND} " =~ ^/usr/bin/env roave-backward-compatibility ]] || [[ " ${COMMAND} " =~ ^/usr/local/bin/roave-backward-compatibility ]]; then
152
- echo " NOTE: Due to the execution of \" roave-backward-compatibility\" from within this container, the PHP version won't get changed." ;
151
+ if [[ " ${COMMAND} " =~ " ^roave-backward-compatibility-check " ]] || [[ " ${COMMAND} " =~ " ^/usr/bin/env roave-backward-compatibility-check " ]] || [[ " ${COMMAND} " =~ " ^/usr/local/bin/roave-backward-compatibility-check " ]]; then
152
+ echo " NOTE: Due to the execution of \" roave-backward-compatibility-check \" from within this container, the PHP version won't get changed." ;
153
153
RECONFIGURE_PHP_DEFAULT=" no"
154
154
fi
155
155
You can’t perform that action at this time.
0 commit comments