diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-08-16 12:49:17 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2012-08-16 12:53:41 -0400 |
commit | 4054dd8fc407f7766710beaac575b20a809a912c (patch) | |
tree | 44e77a5da44b691649d7ca01ff86224098d62545 /download | |
parent | 18a39e216fa66d915e44261111e87350ab4cc592 (diff) |
fix gdiplus.dll extraction
Change-Id: I4220af58c48be5b411cc75875c121d1e2c133a00
Diffstat (limited to 'download')
-rwxr-xr-x | download | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -243,7 +243,7 @@ if [ "$COM" = "MSC" -a -n "$md5sum" ]; then echo echo echo - cmd /c "`cygpath -d $TARFILE_LOCATION/WindowsXP-KB958911-x86-ENU.exe` /extract:$TMPUNPACK /q" + cmd /c "`cygpath -w $TARFILE_LOCATION/WindowsXP-KB958911-x86-ENU.exe` /extract:$TMPUNPACK /q" if [ -f $TARFILE_LOCATION/tmp/$gdiplus_dll_path ]; then echo "Extraction succeeded" sum=`$md5sum $md5special $TARFILE_LOCATION/tmp/$gdiplus_dll_path | sed "s/ .*//"` |