unset nested functions
This commit is contained in:
parent
4c92ad77fd
commit
096cf0fa78
1 changed files with 2 additions and 0 deletions
|
@ -163,6 +163,8 @@ function notegrep() {
|
|||
do_grep
|
||||
|
||||
unset GREP_OPTIONS
|
||||
unset -f check_params
|
||||
unset -f do_grep
|
||||
cd $DIR
|
||||
return 0
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue