RESOLVED FIXED 129935
Make it possible to copy WebKit2 headers to WebKit.framework
https://bugs.webkit.org/show_bug.cgi?id=129935
Summary Make it possible to copy WebKit2 headers to WebKit.framework
Anders Carlsson
Reported 2014-03-07 15:58:07 PST
Make it possible to copy WebKit2 headers to WebKit.framework
Attachments
Patch (7.97 KB, patch)
2014-03-07 16:02 PST, Anders Carlsson
mitz: review+
Anders Carlsson
Comment 1 2014-03-07 16:02:11 PST
mitz
Comment 2 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?
Anders Carlsson
Comment 3 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...
Anders Carlsson
Comment 4 2014-03-07 16:12:36 PST
Note You need to log in before you can comment on or make changes to this bug.