Skip to content
Snippets Groups Projects
Commit d7b89638 authored by mark's avatar mark
Browse files

BUG: need 'unset -f' to unset functions (issue #170)

- triggered by dash.
parent 4ae752de
No related branches found
No related tags found
1 merge request!52Master update for adjusted config and compile with WM_LABEL_SIZE=64
......@@ -116,7 +116,7 @@ else
# Cleanup environment:
# ~~~~~~~~~~~~~~~~~~~~
unset WM_BASH_FUNCTIONS
unset _foamAddPath _foamAddLib _foamAddMan
unset _foamSource _foamEval
unset -f _foamAddPath _foamAddLib _foamAddMan
unset -f _foamSource _foamEval
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment