diff --git a/Sc2086.md b/Sc2086.md index 15abd29..dd5ac88 100644 --- a/Sc2086.md +++ b/Sc2086.md @@ -22,5 +22,5 @@ Just quoting this doesn't work. Instead, you should have used an array: options=(-j 5 -B) make "${options[@]}" file -To split on spaces but not perform glob expansion, Bash has a `set -f` to disable globbing. +To split on spaces but not perform glob expansion, Bash has a `set -f` to disable globbing. You can disable word splitting by setting IFS="".