We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Spoon interprets the apostrophe as the end of the shell command it executes, thus triggering undefined behaviour.
For example adb shell 'am instrument "it's blablablatime"' will be executed as adb shell 'am instrument "it'
adb shell 'am instrument "it's blablablatime"'
adb shell 'am instrument "it'
Leaving this issue here for posterity reasons in hopes anyone in the future encounters this error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Spoon interprets the apostrophe as the end of the shell command it executes, thus triggering undefined behaviour.
For example
adb shell 'am instrument "it's blablablatime"'
will be executed asadb shell 'am instrument "it'
Leaving this issue here for posterity reasons in hopes anyone in the future encounters this error.
The text was updated successfully, but these errors were encountered: