Skip to content

Fallback to root scope & remove unsafe function calls

AdminXVII requested to merge AdminXVII/ion:fix-cd-fn into master

In functions, root env vars like $UID and $CDPATH were not checked and the scopes were limited to the function's own scope.

Merge request reports