Geobern / winezeug

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

winetrickstest needs to run with a space in WINEPREFIX #179

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Lines like this

for x in `ls "$WINETRICKS_TMP"/*.cab` 

will subtly fail if WINETRICKS_TMP has spaces in it.

winetrickstest needs to test this case.

Original issue reported on code.google.com by daniel.r...@gmail.com on 24 Sep 2010 at 1:24

GoogleCodeExporter commented 8 years ago
And those lines need to be rewritten as

for x in "$WINETRICKS_TMP"/*.cab

Original comment by daniel.r...@gmail.com on 24 Sep 2010 at 6:46

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1756.

Original comment by daniel.r...@gmail.com on 7 Nov 2010 at 8:10