This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Commit 55d6d95 1 parent 5c44a6b commit 55d6d95 Copy full SHA for 55d6d95
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ public function init() {
246
246
public function main () {
247
247
$ command = array ();
248
248
249
- $ command [] = !empty ($ this ->bin ) ? $ this ->bin : 'drush ' ;
249
+ $ command [] = !empty ($ this ->bin ) ? escapeshellarg ( $ this ->bin ) : 'drush ' ;
250
250
251
251
if (!empty ($ this ->alias )) {
252
252
$ command [] = '@ ' . $ this ->alias ;
Original file line number Diff line number Diff line change 39
39
<exec dir =" ${repo.root}" command =" echo '8.5.2' >> ${blt.config-files.schema-version}" checkreturn =" true" logoutput =" true" passthru =" false" level =" ${blt.exec_level}" />
40
40
</then >
41
41
</if >
42
- <exec dir =" ${repo.root}" command =" cat ${blt.config-files.schema-version}" outputProperty =" blt.schema-version" checkreturn =" true" logoutput =" false" level =" ${blt.exec_level}" />
42
+ <exec dir =" ${repo.root}" command =" cat ' ${blt.config-files.schema-version}' " outputProperty =" blt.schema-version" checkreturn =" true" logoutput =" false" level =" ${blt.exec_level}" />
43
43
<!-- Send errors to /dev/null, for environments like ACE without composer. -->
44
44
<exec dir =" ${repo.root}" command =" composer info acquia/blt --no-ansi 2> /dev/null | grep versions | awk '{print $4}'" outputProperty =" blt.version" logoutput =" false" checkreturn =" true" level =" ${blt.exec_level}" />
45
45
You can’t perform that action at this time.
0 commit comments