OSDN Git Service

Don't use errexit in completion
authormagicant <magicant@048f04df-13f5-43d7-8114-9f9ceecaec24>
Sun, 4 Mar 2018 03:02:33 +0000 (03:02 +0000)
committermagicant <magicant@048f04df-13f5-43d7-8114-9f9ceecaec24>
Sun, 4 Mar 2018 03:02:33 +0000 (03:02 +0000)
commit7200abd1d8adf17bd900266dc3946679cb87da40
tree708bf8c01227d8e4c2521a9c1ce75a8b4228f1b2
parentac9f47b0e48e0cab1053d41787302b7b2f632cfe
Don't use errexit in completion

The errexit option is ignored while completion functions are executed.
The errreturn option should be used instead.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/yash/yash/trunk@3825 048f04df-13f5-43d7-8114-9f9ceecaec24
share/completion/cd