Browse Source

Removed fw_depends php redundancy in composer.sh

Nate Brady 9 years ago
parent
commit
9fc932443e
1 changed files with 0 additions and 2 deletions
  1. 0 2
      toolset/setup/linux/systools/composer.sh

+ 0 - 2
toolset/setup/linux/systools/composer.sh

@@ -1,7 +1,5 @@
 #!/bin/bash
 #!/bin/bash
 
 
-fw_depends php
-
 RETCODE=$(fw_exists ${IROOT}/composer.installed)
 RETCODE=$(fw_exists ${IROOT}/composer.installed)
 [ ! "$RETCODE" == 0 ] || { \
 [ ! "$RETCODE" == 0 ] || { \
   source $IROOT/composer.installed
   source $IROOT/composer.installed