Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QA: $W_UNATTENDED_* #42

Open
Kreyren opened this issue Nov 16, 2019 · 0 comments
Open

QA: $W_UNATTENDED_* #42

Kreyren opened this issue Nov 16, 2019 · 0 comments
Assignees
Labels
P2 - Important Issues with important priority Quality Assurance

Comments

@Kreyren
Copy link
Member

Kreyren commented Nov 16, 2019

winetricks is using variables alike: $W_UNATTENDED_SLASH_QUIET that are expanting in /quiet to be recognized by wine where using `"$W_UNATTENDED_SLASH_QUIET" doesn't work -> Make a test

# Valid
"$WINE" "$W_CACHE/$W_PACKAGE/$file1" $W_UNATTENDED_SLASH_QUIET
# Valid 
"$WINE" "$W_CACHE/$W_PACKAGE/$file1" \quiet
# Invalid
"$WINE" "$W_CACHE/$W_PACKAGE/$file1" $W_UNATTENDED_SLASH_QUIET"
# Valid
"$WINE" "$W_CACHE/$W_PACKAGE/IE8-WindowsXP-x86-ENU.exe $W_UNATTENDED_SLASH_QUIET"
# Invalid
"$WINE" "$W_CACHE/$W_PACKAGE/IE8-WindowsXP-x86-ENU.exe \quiet"
# Invalid
"$WINE" "$W_CACHE/$W_PACKAGE/IE8-WindowsXP-x86-ENU.exe \\quiet"
@Kreyren Kreyren added the P2 - Important Issues with important priority label Nov 16, 2019
@Kreyren Kreyren self-assigned this Nov 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 - Important Issues with important priority Quality Assurance
Projects
None yet
Development

No branches or pull requests

1 participant