FrogCast / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

Typo in "unexpanded string" error message #450

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What is the expected output? What do you see instead?
Error message:

    %*) w_die "$WINE cmd.exe /c echo '%ProgramFiles%' returned unexpanded string '$W_PROGRAMS_WIN' ... can be caused a corrupt wineprefix, an old wine, or by not owning $WINEPREFIX" ;;

What version of the product are you using? On what operating system?
winetricks 20141130

Please provide any additional information below.
Better wording would be:

    %*) w_die "$WINE cmd.exe /c echo '%ProgramFiles%' returned unexpanded string '$W_PROGRAMS_WIN' ... this can be caused by a corrupt wineprefix, by an old wine, or by not owning $WINEPREFIX" ;;

Original issue reported on code.google.com by ryandesi...@gmail.com on 1 Dec 2014 at 8:12

GoogleCodeExporter commented 8 years ago
Fixed by 
https://code.google.com/p/winetricks/source/detail?r=b56c653c9674ddf204768354fac
617f9cae07784

Original comment by austinenglish@gmail.com on 3 Dec 2014 at 9:04

GoogleCodeExporter commented 8 years ago
Thanks, but you only applied the first of the three changes I suggested. The 
second was the most important.

Original comment by ryandesi...@gmail.com on 6 Dec 2014 at 3:41

GoogleCodeExporter commented 8 years ago
https://code.google.com/p/winetricks/source/detail?r=df8690373aa9ba8becdf0c94388
910924d04fbf3

Original comment by austinenglish@gmail.com on 6 Dec 2014 at 11:33