aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/make.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bash_completion.d/make.bash')
-rw-r--r--bash/bash_completion.d/make.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bash_completion.d/make.bash b/bash/bash_completion.d/make.bash
index ca209e8e..bf4ed268 100644
--- a/bash/bash_completion.d/make.bash
+++ b/bash/bash_completion.d/make.bash
@@ -15,7 +15,7 @@ _make() {
# Break the target up with space delimiters
local -a targets
- IFS=' ' read -a targets -d '' < \
+ IFS=' ' read -rd '' -a targets < \
<(printf '%s\0' "${line%%:*}")
# Iterate through the targets and add suitable ones