Title: [154520] trunk/Source/WTF
Revision
154520
Author
[email protected]
Date
2013-08-23 13:46:04 -0700 (Fri, 23 Aug 2013)

Log Message

[Windows] Unreviewed build correction after r154513.

* WTF.vcxproj/build-generated-files.sh: Variable was missing '$' character.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (154519 => 154520)


--- trunk/Source/WTF/ChangeLog	2013-08-23 20:43:13 UTC (rev 154519)
+++ trunk/Source/WTF/ChangeLog	2013-08-23 20:46:04 UTC (rev 154520)
@@ -1,3 +1,9 @@
+2013-08-23  Brent Fulgham  <[email protected]>
+
+        [Windows] Unreviewed build correction after r154513.
+
+        * WTF.vcxproj/build-generated-files.sh: Variable was missing '$' character.
+
 2013-08-23  Darin Adler  <[email protected]>
 
         Cut down repeated code in RefPtr and RetainPtr by using copy/move-and-swap for assignment operators

Modified: trunk/Source/WTF/WTF.vcxproj/build-generated-files.sh (154519 => 154520)


--- trunk/Source/WTF/WTF.vcxproj/build-generated-files.sh	2013-08-23 20:43:13 UTC (rev 154519)
+++ trunk/Source/WTF/WTF.vcxproj/build-generated-files.sh	2013-08-23 20:46:04 UTC (rev 154520)
@@ -1,7 +1,7 @@
 #!/usr/bin/bash
 
 # Determine whether we have the versioned ICU 4.0 or the unversioned ICU 4.4
-UNVERSIONED_ICU_LIB_PATH=$(cygpath -u "${WEBKIT_LIBRARIES}/lib{4}/libicuuc${3}.lib")
+UNVERSIONED_ICU_LIB_PATH=$(cygpath -u "${WEBKIT_LIBRARIES}/lib${4}/libicuuc${3}.lib")
 ICUVERSION_H_PATH=$(cygpath -u "${CONFIGURATIONBUILDDIR}/include/private/ICUVersion.h")
 if test \( ! -f "${ICUVERSION_H_PATH}" \) -o \( -f "${UNVERSIONED_ICU_LIB_PATH}" -a \( "${UNVERSIONED_ICU_LIB_PATH}" -nt "${ICUVERSION_H_PATH}" \) \)
 then
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to