To reproduce: ``` $ IFS=$'\n' $ make <tab> ``` It causes the output to look like: ``` $ make bash: set +o posix: command not found bash: set +o posix: command not found Display all 124 possibilities? (y or n) ``` etc., i.e. it works but prints two `set +o posix` errors every time it completes. Original report: https://bugs.gentoo.org/530246