unset nested functions

This commit is contained in:
dmarakom6 2021-06-14 19:59:37 +03:00
parent 4c92ad77fd
commit 096cf0fa78

View file

@ -163,6 +163,8 @@ function notegrep() {
do_grep
unset GREP_OPTIONS
unset -f check_params
unset -f do_grep
cd $DIR
return 0
}