Bug 129935

Summary: Make it possible to copy WebKit2 headers to WebKit.framework
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

Description Anders Carlsson 2014-03-07 15:58:07 PST
Make it possible to copy WebKit2 headers to WebKit.framework
Comment 1 Anders Carlsson 2014-03-07 16:02:11 PST
Created attachment 226179 [details]
Patch
Comment 2 mitz 2014-03-07 16:08:43 PST
Comment on attachment 226179 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=226179&action=review

> Source/WebKit/mac/migrate-headers.sh:37
> +    export WEBKIT2_FRAMEWORKS_DIR="`eval 'echo ${WEBKIT2_FRAMEWORKS_DIR_Production}'/WebKit2.framework`"

Why is this using eval?
Comment 3 Anders Carlsson 2014-03-07 16:12:19 PST
(In reply to comment #2)
> (From update of attachment 226179 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=226179&action=review
> 
> > Source/WebKit/mac/migrate-headers.sh:37
> > +    export WEBKIT2_FRAMEWORKS_DIR="`eval 'echo ${WEBKIT2_FRAMEWORKS_DIR_Production}'/WebKit2.framework`"
> 
> Why is this using eval?

I don't know :( Because that's what's used in the other variable...
Comment 4 Anders Carlsson 2014-03-07 16:12:36 PST
Committed r165298: <http://trac.webkit.org/changeset/165298>