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