mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-09-25 13:58:59 +02:00
Merge pull request #3764 from louis77/patch-1
[bash/de] Fix missing double quotes
This commit is contained in:
@@ -217,7 +217,7 @@ done
|
|||||||
function foo ()
|
function foo ()
|
||||||
{
|
{
|
||||||
echo "Argumente funktionieren wie bei skripts: $@"
|
echo "Argumente funktionieren wie bei skripts: $@"
|
||||||
echo Und: $1 $2..."
|
echo "Und: $1 $2..."
|
||||||
echo "Dies ist eine Funktion"
|
echo "Dies ist eine Funktion"
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user