Skip to content
Snippets Groups Projects
Commit 9c0a04d8 authored by Mark Olesen's avatar Mark Olesen
Browse files

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

- triggered by dash.
parent 0326b621
No related merge requests found
......@@ -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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment