Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2009 at 00:55 UTC
Updated:
20 Jul 2009 at 13:50 UTC
ATM drupal.sh is not really working because of some unassigned vars.
Attached it a patch which fixes the unassigned var, and also changes the shell to use /usr/bin/env php so that it will always pick up the php in the path.
| Comment | File | Size | Author |
|---|---|---|---|
| drupal_sh.patch | 501 bytes | gordon |
Comments
Comment #1
moshe weitzman commenteddrush uses same env php with decent success. it isn't perfect, but is better than what we have today.
Comment #2
dries commentedCommitted. Thanks!