Skip to content

Commit

Permalink
Changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
patcon committed Nov 18, 2012
1 parent 9b294ae commit b2738d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export LD_LIBRARY_PATH=php/ext

# Check if drupal install profile
if [ -f build-*.make ] && [ ! -d www ]; then
. $BUILD_DIR/php/bin/php -f $BUILD_DIR/drush/drush.php make $BUILD_DIR/build-test.make $BUILD_DIR/www --php=php/bin/php
./php/bin/php -f drush/drush.php make build-test.make www --php=php/bin/php
cp www/sites/default/default.settings.php www/sites/default/settings.php
echo "-----> Appending settings.php snippets..."
for f in tmp/snippets/*.settings.php
Expand Down

0 comments on commit b2738d6

Please sign in to comment.