mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
Fix missing double quotes
Was breaking the syntax coloring
This commit is contained in:
parent
74d2ee855b
commit
83cb919e5e
@ -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