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

Changed: How to call variables in shell script to literal. #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

task-k
Copy link

@task-k task-k commented Apr 5, 2021

Summary

Changed how to call variables in shell script to literal . it's for cp command wildcard enable.

Detail

In the code so far
cp -R 'your_dir/*' target-dir
A single quote was inserted like this, it became a string, and it wasn't working.

image

Depending on this change.

image

@dmnemec
Copy link
Owner

dmnemec commented May 21, 2021

Feel like I might have added those quotes for something like that problem. I'll need to setup some tests on this to make sure it's working for all use-cases.

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

Successfully merging this pull request may close these issues.

2 participants