From 3a06ac38e647094843e544cce29cc8ffaaadc54b Mon Sep 17 00:00:00 2001 From: "David A. Wheeler" Date: Sun, 1 Dec 2013 08:08:34 -0800 Subject: [PATCH] Updated Sc2086 (markdown) --- Sc2086.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="".