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

* handled scaping #58

Open
diaz-wmg opened this issue Oct 22, 2021 · 1 comment
Open

* handled scaping #58

diaz-wmg opened this issue Oct 22, 2021 · 1 comment

Comments

@diaz-wmg
Copy link

I just have a question.

How can I handle something like this:

args: --acl public-read --follow-symlinks --exclude * --include *.ttf --content-type application/x-font-ttf

For some reason, the * (asterisk) is being changed by a string of folders and files, I asumming sh is converting it to that.

How can I scape it?

Thanks!

@pepoeverton
Copy link

Hi @diaz-wmg, so I was able to solve this problem using ' ' instead of " "

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants