Updated Sc2086 (markdown)

David A. Wheeler
2013-12-01 08:08:34 -08:00
parent 9b3e0d6e1e
commit 3a06ac38e6

@@ -22,5 +22,5 @@ Just quoting this doesn't work. Instead, you should have used an array:
options=(-j 5 -B) options=(-j 5 -B)
make "${options[@]}" file 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="".