Winetricks / winezeug

Miscellaneous scripts/projects that are useful for wine developers, but don't belong upstream
11 stars 3 forks source link

winetrickstest needs to run with a space in WINEPREFIX #179

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 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 9 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 9 years ago
This issue was closed by revision r1756.

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