DescriptionFix "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
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30686
Patch Set 1 #
Total comments: 1
Messages
Total messages: 3 (0 generated)
|