summaryrefslogtreecommitdiffstats
path: root/media/player
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-02 05:48:42 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-02 05:48:42 +0000
commitf75c8f13b967b01babc9454506e9d2ed00519e39 (patch)
treebfd992ab594c3b77123f39da4a897a01d0d48ad2 /media/player
parentb3167e7f0b780992cf4d44bf983cf880831d0699 (diff)
downloadchromium_src-f75c8f13b967b01babc9454506e9d2ed00519e39.zip
chromium_src-f75c8f13b967b01babc9454506e9d2ed00519e39.tar.gz
chromium_src-f75c8f13b967b01babc9454506e9d2ed00519e39.tar.bz2
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
Diffstat (limited to 'media/player')
0 files changed, 0 insertions, 0 deletions