Skip to content

Use curly braces for all variables#3

Open
schrotthaufen wants to merge 1 commit into
kiview:masterfrom
schrotthaufen:xz
Open

Use curly braces for all variables#3
schrotthaufen wants to merge 1 commit into
kiview:masterfrom
schrotthaufen:xz

Conversation

@schrotthaufen
Copy link
Copy Markdown

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
Copy Markdown
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