Core functions for Bash development. More...
Go to the source code of this file.
Functions | |
function | import (in options, in module) |
Import Bash module. More... | |
function | match (in value, in pattern) |
This function implements a more portable way to do pattern matching. More... | |
function | upvar (in var, in values) |
Assign variable one scope above the caller. More... | |
function | upvars () |
Assign variables one scope above the caller. More... | |
Core functions for Bash development.
This is the core module of the BASIS utilities for Bash. It implements fundamental functions for the development in Bash. Therefore, this module has to be kept independent of any other modules and shall only make use of Bash builtin's and basic commands.
Definition in file core.sh.