We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed9929 commit f1bdf18Copy full SHA for f1bdf18
1 file changed
sapi/src/template/make.php
@@ -376,7 +376,7 @@
376
xattr -cr <?= $this->phpSrcDir ?>/sapi/cli/php
377
otool -L <?= $this->phpSrcDir ?>/sapi/cli/php
378
<?php else : ?>
379
- { ldd ldd <?= $this->phpSrcDir ?>/sapi/cli/php ; } || { echo $? ; }
+ { ldd <?= $this->phpSrcDir ?>/sapi/cli/php ; } || { echo $? ; }
380
file <?= $this->phpSrcDir ?>/sapi/cli/php
381
readelf -h <?= $this->phpSrcDir ?>/sapi/cli/php
382
{ readelf -l <?= $this->phpSrcDir ?>/sapi/cli/php ; } || { echo $? ; }
0 commit comments