Skip to content
Snippets Groups Projects
Commit f75c8f13 authored by mark@chromium.org's avatar mark@chromium.org
Browse files

Fix "line 2: BUILT_PRODUCTS_DIR: command not found". <(PRODUCT_DIR) expands

to an Xcode variable, $(BUILT_PRODUCTS_DIR), which is not a shell variable.
The shell tries to treat it as a command expansion.  Use ${BUILT_PRODUCTS_DIR}
directly.

BUG=none
TEST=Nico
Review URL: http://codereview.chromium.org/353002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30686 0039d316-1c4b-4281-b951-d872f2087c98
parent b3167e7f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment