Skip to content

Use curly braces for all variables #3

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

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

Use curly braces for all variables #3

wants to merge 1 commit into from

Conversation

schrotthaufen
Copy link

Curly braces aid the interpreter to identify which part of a composed
string is the variable part to expand, and what the string to
concatenate to is.
In the case of

${volume_name}-${date_suffix}.tar

it worked, because -, and . are not allowd in variable names.

Use xz compression
Add proper file extension to tar invocations

Curly braces aid the interpreter to identify which part of a composed
string is the variable part to expand, and what the string to
concatenate to is.
In the case of
```bash
${volume_name}-${date_suffix}.tar
```
it worked, because -, and . are not allowd in variable names.

Use xz compression
Add proper file extension to tar invocations
@kiview
Copy link
Owner

kiview commented Jan 23, 2017

Since we are currently missing any CI, have you tested your changes somewhere? ;)

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

Successfully merging this pull request may close these issues.

2 participants