CONFIG: cleanup bash completions in unset

This commit is contained in:
Mark Olesen
2017-06-26 11:09:05 +02:00
parent d415bf77bf
commit 4971cedc2a
3 changed files with 13 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#----------------------------------*-sh-*--------------------------------------
# Bash completions for OpenFOAM applications
# Formatted as "complete ... -F _of_APPNAME APPNAME
unset -f _of_filter_opts 2>/dev/null
_of_filter_opts()