File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -140,9 +140,9 @@ elif [[ "$1" = "php" ]]
140
140
then
141
141
if [[ $2 == * " --site=" * ]]; then
142
142
SITE=${2#* =}
143
- $( php " $DIR /cli/valet.php" which-php $SITE ) " ${@: 3} "
143
+ $( " $PHP " " $DIR /cli/valet.php" which-php $SITE ) " ${@: 3} "
144
144
else
145
- $( php " $DIR /cli/valet.php" which-php) " ${@: 2} "
145
+ $( " $PHP " " $DIR /cli/valet.php" which-php) " ${@: 2} "
146
146
fi
147
147
148
148
exit
@@ -152,9 +152,9 @@ elif [[ "$1" = "composer" ]]
152
152
then
153
153
if [[ $2 == * " --site=" * ]]; then
154
154
SITE=${2#* =}
155
- $( php " $DIR /cli/valet.php" which-php $SITE ) $( which composer) " ${@: 3} "
155
+ $( " $PHP " " $DIR /cli/valet.php" which-php $SITE ) $( which composer) " ${@: 3} "
156
156
else
157
- $( php " $DIR /cli/valet.php" which-php) $( which composer) " ${@: 2} "
157
+ $( " $PHP " " $DIR /cli/valet.php" which-php) $( which composer) " ${@: 2} "
158
158
fi
159
159
160
160
exit
You can’t perform that action at this time.
0 commit comments