mirror of
https://github.com/flokoe/bash-hackers-wiki.git
synced 2024-11-01 14:53:06 +01:00
fix improper escape.
This commit is contained in:
parent
3fa1627998
commit
304c1df565
@ -116,7 +116,7 @@ for example
|
||||
When you need the **content** of a variable, you prefix its name with
|
||||
**a dollar-sign**, like
|
||||
|
||||
- echo \"The used picture is: \$picture\"
|
||||
echo "The used picture is: $picture"
|
||||
|
||||
#### Whitespace
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user